Pass in env variables
parent
293d5747e6
commit
547c3a7acf
|
@ -13,6 +13,6 @@ mkdir -p "/home/$USERNAME"
|
||||||
chown $USERNAME:$GROUPNAME "/home/$USERNAME"
|
chown $USERNAME:$GROUPNAME "/home/$USERNAME"
|
||||||
|
|
||||||
# Switch to the host user so we can create files with the correct ownership
|
# Switch to the host user so we can create files with the correct ownership
|
||||||
su - $USERNAME -c "$SHELL -c 'source /steps/runsteps.sh'"
|
su - $USERNAME -Ec "$SHELL -c 'source /steps/runsteps.sh'"
|
||||||
|
|
||||||
exit $?
|
exit $?
|
||||||
|
|
Loading…
Reference in New Issue