File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -320,9 +320,7 @@ install-examples)
320
320
install-loadtest)
321
321
read_dbpasswords
322
322
create_db_users
323
- export DB_FIRST_INSTALL=1
324
323
symfony_console doctrine:migrations:migrate -n
325
- unset DB_FIRST_INSTALL
326
324
DBUSER=$domjudge_DBUSER PASSWD=$domjudge_PASSWD symfony_console domjudge:load-default-data
327
325
DBUSER=$domjudge_DBUSER PASSWD=$domjudge_PASSWD symfony_console domjudge:load-gatling-data
328
326
;;
@@ -339,9 +337,7 @@ update-password)
339
337
bare-install|install)
340
338
read_dbpasswords
341
339
create_db_users
342
- export DB_FIRST_INSTALL=1
343
340
symfony_console doctrine:migrations:migrate -n
344
- unset DB_FIRST_INSTALL
345
341
DBUSER=$domjudge_DBUSER PASSWD=$domjudge_PASSWD symfony_console domjudge:load-default-data
346
342
if [ " $1 " = " install" ]; then
347
343
install_examples
You can’t perform that action at this time.
0 commit comments