Skip to content

Commit

Permalink
Mod quotes on single. Thanks @netbix
Browse files Browse the repository at this point in the history
  • Loading branch information
immauss committed Jun 28, 2024
1 parent c60308b commit 6b27562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/single.sh
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ echo "Time to fixup the gvm accounts."
if [ "$USERNAME" == "admin" ] && [ "$PASSWORD" != "admin" ] ; then
# Change the admin password
echo "Setting admin password"
su -c "gvmd --user=\"$USERNAME\" --new-password='$PASSWORD' " gvm
su -c "gvmd --user=\"$USERNAME\" --new-password=\"$PASSWORD\" " gvm
elif [ "$USERNAME" != "admin" ] ; then
# create user and set password
echo "Creating new user $USERNAME with supplied password."
Expand Down

0 comments on commit 6b27562

Please sign in to comment.