8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-18 16:43:11 +00:00

Remove input from collectstatic

This commit is contained in:
Maël Kervella 2018-05-16 00:30:24 +00:00
parent 213b52934c
commit fa9a6f7173

View file

@ -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"