Browse Source

Remove input from collectstatic

fix-protected-delete
Maël Kervella 8 years ago
parent
commit
fa9a6f7173
  1. 2
      install_re2o.sh

2
install_re2o.sh

@ -498,7 +498,7 @@ install_re2o_server() {
################################## ##################################
echo "Collecting web frontend statics ..." echo "Collecting web frontend statics ..."
python3 manage.py collectstatic python3 manage.py collectstatic --noinput
echo "Collecting web frontend statics: Done" echo "Collecting web frontend statics: Done"

Loading…
Cancel
Save