]> git.parisson.com Git - mezzo.git/commitdiff
Fix run condition
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 23 Aug 2016 22:29:34 +0000 (00:29 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 23 Aug 2016 22:29:34 +0000 (00:29 +0200)
app/scripts/app.sh

index 21dfa0660e24b96daf0af60b131e04fdb2c61f50..82ef09208bc3873325545468ab301f534dfc262a 100644 (file)
@@ -37,8 +37,7 @@ python $manage migrate --noinput
 python $manage create-admin-user
 
 # app start
-if [ $1 = "--runserver" ]
-then
+if [ "$1" = "--runserver" ]; then
     python $manage runserver 0.0.0.0:8000
 else
     # static files auto update