From f4b6404de1a5d52a28d5c6c4980464adc48353fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Wed, 16 May 2018 00:30:24 +0000 Subject: [PATCH] Remove input from collectstatic --- install_re2o.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_re2o.sh b/install_re2o.sh index 2fea14b9..0be99b82 100755 --- a/install_re2o.sh +++ b/install_re2o.sh @@ -498,7 +498,7 @@ install_re2o_server() { ################################## echo "Collecting web frontend statics ..." - python3 manage.py collectstatic + python3 manage.py collectstatic --noinput echo "Collecting web frontend statics: Done"