Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienchastang committed Jul 29, 2024
1 parent 872a091 commit 35a9396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ "$1" = 'startram.sh' ]; then
-type d -exec chmod 755 {} \; -o -type f -exec chmod 400 {} \;

sync
exec gosu tomcat "$@"
exec gosu $USER_ID "$@"
fi

exec "$@"

0 comments on commit 35a9396

Please sign in to comment.