mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Wrong flag
This commit is contained in:
parent
547c3a7acf
commit
3e46dc7ae9
2
dist/platforms/ubuntu/entrypoint.sh
vendored
2
dist/platforms/ubuntu/entrypoint.sh
vendored
@ -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 -Ec "$SHELL -c 'source /steps/runsteps.sh'"
|
||||
su - $USERNAME -pc "$SHELL -c 'source /steps/runsteps.sh'"
|
||||
|
||||
exit $?
|
||||
|
Loading…
Reference in New Issue
Block a user