]> git.parisson.com Git - telemeta.git/commitdiff
no wait
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 11 Feb 2016 16:37:05 +0000 (17:37 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 11 Feb 2016 16:37:05 +0000 (17:37 +0100)
app/deploy/start_app.sh

index c3a1eec083fdc705dd1c4cbdf70d5b4347e53376..dce4f23360004b6f84d5f8c19ed3b2db4922910c 100644 (file)
@@ -22,7 +22,7 @@ pip install django-environ redis
 sh $app/deploy/wait.sh
 
 # waiting for available database
-python $app/wait.py
+python $app/wait.py
 
 # django init
 python $manage syncdb --noinput