mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Remove input from collectstatic
This commit is contained in:
parent
213b52934c
commit
fa9a6f7173
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