From 3e46dc7ae9b73a41d2f14e34c6d7f92a346ab8d1 Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Sun, 19 Nov 2023 23:44:55 -0800 Subject: [PATCH] Wrong flag --- dist/platforms/ubuntu/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/platforms/ubuntu/entrypoint.sh b/dist/platforms/ubuntu/entrypoint.sh index a82b3cd3..f354b881 100755 --- a/dist/platforms/ubuntu/entrypoint.sh +++ b/dist/platforms/ubuntu/entrypoint.sh @@ -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 $?