From: Guillaume Pellerin Date: Fri, 2 Jun 2017 15:12:05 +0000 (+0200) Subject: Fix chown path X-Git-Tag: search~2^2~7 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a4b8c8816173e5782e8660e3fd47ad01812c4cc0;p=telemeta.git Fix chown path --- diff --git a/app/scripts/app.sh b/app/scripts/app.sh index afb0bbd3..c8efb55c 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 -path -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