Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2018-01-02 17:03:08 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2018-01-02 17:03:08 +0300
commit437c7ce091e6c1dc3a9e85a9ef5ddf845255f388 (patch)
tree603aecc38ea2f2c9d6cd5f253a96a7a85c722d76 /scripts
parentb402901af9fb99114cb342f824634892ddbf36a2 (diff)
update script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/maintenance/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maintenance/update.sh b/scripts/maintenance/update.sh
index 1e9d9ff101..298be11fc5 100755
--- a/scripts/maintenance/update.sh
+++ b/scripts/maintenance/update.sh
@@ -42,7 +42,7 @@ yarn install
yarn run build
python manage.py migrate
python manage.py loaddata nextcloudappstore/**/fixtures/*.json
-python manage.py collectstatic
+python manage.py collectstatic --noinput
python manage.py compilemessages
python manage.py importdbtranslations