]> git.parisson.com Git - telemeta.git/commitdiff
do not change media access rights
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 25 Jul 2017 09:12:18 +0000 (11:12 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 25 Jul 2017 09:12:18 +0000 (11:12 +0200)
app/scripts/app.sh

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