mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-23 11:53:12 +00:00
Remove input from collectstatic
This commit is contained in:
parent
23a6a41d90
commit
f4b6404de1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue