Skip to content

Commit

Permalink
shared/
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 2, 2024
1 parent a19dd53 commit 7b0f532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/node/scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ USER_NAME=${LOCAL_USER_NAME:-worker}
USER_HOME=${LOCAL_USER_HOME:-"/home/${USER_NAME}"}

echo "Checking permissions on: ${PWD}"
sudo -u ${USER_NAME} touch .yarnrc
su - ${USER_NAME} -c "touch .yarnrc"
ls -alh .

echo "Starting (${*}) with user: $USER_UID $USER_NAME $USER_HOME"
Expand Down

0 comments on commit 7b0f532

Please sign in to comment.