From: Guillaume Pellerin Date: Tue, 25 Jul 2017 09:12:18 +0000 (+0200) Subject: do not change media access rights X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0cf4c6dd66b2fc49f1e0455823c23a2833409ecf;p=telemeta.git do not change media access rights --- diff --git a/app/scripts/app.sh b/app/scripts/app.sh index c8efb55c..6c9c9148 100644 --- a/app/scripts/app.sh +++ b/app/scripts/app.sh @@ -39,7 +39,7 @@ if [ $REINDEX = "True" ]; then fi # fix media access rights -find $media -type d -not -path $media/import -exec chown www-data:www-data {} \; +#find $media -type d -not -path $media/import -exec chown www-data:www-data {} \; # choose dev or prod mode if [ "$1" = "--runserver" ]; then