Fix string formatting
This commit is contained in:
parent
105268b7bc
commit
82b6fa594d
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue