Skip to content

Commit

Permalink
Changed the permissions of the directory mount so that all users can …
Browse files Browse the repository at this point in the history
…access and not just rmguser
  • Loading branch information
calvinp0 committed Feb 5, 2024
1 parent 0262509 commit 4dbabd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/entrywrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ check_and_adjust_permissions() {
# Check if it's a directory
if [ -d "$dir" ]; then
# Adjust permissions for the directory
chown -R rmguser:rmguser "$dir"
chmod -R 777 "$dir"
fi
done
}
Expand Down

0 comments on commit 4dbabd0

Please sign in to comment.