From 42670d5cd4a2b8bfc6f4286f42889d1425700e57 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 10 Sep 2015 17:19:25 -0300 Subject: [PATCH] Replaced "yes yes|" by --noinput on collectstatic --- colab/colab.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colab/colab.spec b/colab/colab.spec index d2c81b3..9c9c2a1 100644 --- a/colab/colab.spec +++ b/colab/colab.spec @@ -215,7 +215,7 @@ if [ -d /usr/share/nginx ]; then ln -s /var/lib/colab/assets /usr/share/nginx/colab fi -yes yes | colab-admin collectstatic +colab-admin collectstatic --noinput if [ $1 -gt 1 ]; then # upgrade; restart if running -- libgit2 0.21.2