Commit 42670d5cd4a2b8bfc6f4286f42889d1425700e57

Authored by Sergio Oliveira
Committed by Rodrigo Siqueira de Melo
1 parent 0ed80dce

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
... ... @@ -215,7 +215,7 @@ if [ -d /usr/share/nginx ]; then
215 215 ln -s /var/lib/colab/assets /usr/share/nginx/colab
216 216 fi
217 217  
218   -yes yes | colab-admin collectstatic
  218 +colab-admin collectstatic --noinput
219 219  
220 220 if [ $1 -gt 1 ]; then
221 221 # upgrade; restart if running
... ...