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 208a794 commit 7c0f1d5Copy full SHA for 7c0f1d5
sql/dj_setup_database.in
@@ -368,6 +368,7 @@ bare-install|install)
368
cat ~/.my.cnf
369
echo "----- snap"
370
symfony_console cache:clear
371
+ symfony_console domjudge:load-default-data
372
DBUSER=$domjudge_DBUSER PASSWD=$domjudge_PASSWD symfony_console domjudge:load-default-data
373
if [ "$1" = "install" ]; then
374
install_examples
0 commit comments