]> git.parisson.com Git - telemeta.git/commitdiff
Fix chown path
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 2 Jun 2017 15:12:05 +0000 (17:12 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 2 Jun 2017 15:12:05 +0000 (17:12 +0200)
app/scripts/app.sh

index afb0bbd3f5d186a1f6291be338cb612196c82b7c..c8efb55c529ba08811120bdbe1ef49d19248d2a9 100644 (file)
@@ -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