From 97990e21684340e70b55f0e0a7b0fa8d4368c553 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 eebe9d4..108a6ac 100644 --- a/colab/colab.spec +++ b/colab/colab.spec @@ -213,7 +213,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