Skip to content

Commit

Permalink
addding missing cli flag to chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
vabene1111 committed Jun 3, 2020
1 parent be52238 commit 0684c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ python manage.py migrate
python manage.py collectstatic --noinput
echo "Done"

chmod 755 /opt/recipes/mediafiles
chmod -R 755 /opt/recipes/mediafiles

exec gunicorn -b :8080 --access-logfile - --error-logfile - recipes.wsgi

0 comments on commit 0684c47

Please sign in to comment.