Fix string formatting

This commit is contained in:
Manuel Thalmann 2024-07-20 01:03:20 +02:00
parent f54659fd94
commit b19767ea08

View file

@ -19,7 +19,7 @@ for name in (echo "$users" | jq '.[]' --raw-output0 | string split0)
) --groups (getUserConfig groups --apply 'builtins.concatStringsSep ","') \
"$name"
echo "Please Choose a New Password for User \`$name\`"
echo "Please Choose a New Password for User `$name`"
while ! sudo passwd "$name"
echo "An error occurred! Please try again."