Commit 97990e21684340e70b55f0e0a7b0fa8d4368c553

Authored by Sergio Oliveira
1 parent 0c207069
Exists in colab-master

Replaced "yes yes|" by --noinput on collectstatic

Signed-off-by: Matheus Fernandes <msfernandes@gmail.com>
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
colab/colab.spec
@@ -213,7 +213,7 @@ if [ -d /usr/share/nginx ]; then @@ -213,7 +213,7 @@ if [ -d /usr/share/nginx ]; then
213 ln -s /var/lib/colab/assets /usr/share/nginx/colab 213 ln -s /var/lib/colab/assets /usr/share/nginx/colab
214 fi 214 fi
215 215
216 -yes yes | colab-admin collectstatic 216 +colab-admin collectstatic --noinput
217 217
218 if [ $1 -gt 1 ]; then 218 if [ $1 -gt 1 ]; then
219 # upgrade; restart if running 219 # upgrade; restart if running