We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9c0a9 commit 52a7a0aCopy full SHA for 52a7a0a
update_demoweb.sh
@@ -32,5 +32,5 @@ mysql $MYSQLOPTS "$DBNAME" < domjudge_demo.sql
32
sed -i 's|Alias /domjudge|Alias /demoweb|g' etc/apache.conf
33
34
# Warmup the cache for our first visitor
35
-./webapp/bin/console cache:clear
36
-./webapp/bin/console cache:warmup
+./webapp/bin/console -q cache:clear
+./webapp/bin/console -q cache:warmup
0 commit comments