Add chmod to entry point
This commit is contained in:
@@ -6,5 +6,8 @@ set -x
|
||||
# Stop executing after error
|
||||
set -e
|
||||
|
||||
# Change permissions
|
||||
chmod -R a+w ./
|
||||
|
||||
# Run command
|
||||
$*
|
||||
|
||||
Reference in New Issue
Block a user