]> git.parisson.com Git - telemeta.git/commitdiff
no recursive chown on media
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 5 Feb 2016 15:58:27 +0000 (16:58 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 5 Feb 2016 15:58:27 +0000 (16:58 +0100)
app/deploy/start_app.sh

index fc103355cf91c20bb828b87548cbc4f838a5cd13..c3a1eec083fdc705dd1c4cbdf70d5b4347e53376 100644 (file)
@@ -32,7 +32,7 @@ python $manage telemeta-create-admin-user
 python $manage telemeta-create-boilerplate
 
 if [ ! -f $app/.init ]; then
- chown -R www-data:www-data $media
+ chown www-data:www-data $media
  python $manage update_index --workers $processes &
  touch $app/.init
 fi