From: Thomas Fillon Date: Fri, 2 Jun 2017 15:09:01 +0000 (+0200) Subject: Fix find script in app.sh X-Git-Tag: search~2^2~6^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=43ae9d73c68a74fa9f83b35661d0958a4afc80e1;p=telemeta.git Fix find script in app.sh --- diff --git a/app/scripts/app.sh b/app/scripts/app.sh index afb0bbd3..e2fd4203 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