Skip to content

Commit

Permalink
Pass in env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr committed Nov 20, 2023
1 parent 293d574 commit 547c3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/platforms/ubuntu/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 -c "$SHELL -c 'source /steps/runsteps.sh'"
su - $USERNAME -Ec "$SHELL -c 'source /steps/runsteps.sh'"

exit $?

0 comments on commit 547c3a7

Please sign in to comment.