Fix params

This commit is contained in:
Andrew Kahr 2023-11-19 23:56:24 -08:00
parent 3e46dc7ae9
commit 5921df4389

View File

@ -13,6 +13,6 @@ mkdir -p "/home/$USERNAME"
chown $USERNAME:$GROUPNAME "/home/$USERNAME"
# Switch to the host user so we can create files with the correct ownership
su - $USERNAME -pc "$SHELL -c 'source /steps/runsteps.sh'"
su $USERNAME -c "$SHELL -c 'source /steps/runsteps.sh'"
exit $?