kanidm: Fix timeout from endless loop when provisioning (#381954)

This commit is contained in:
isabel
2025-08-14 12:57:11 +01:00
committed by GitHub
+1 -1
View File
@@ -201,7 +201,7 @@ let
echo "Tried for at least 30 seconds, giving up..."
exit 1
fi
count=$((count++))
count=$((++count))
done
${recoverIdmAdmin}