Skip to content

Commit 208a794

Browse files
committed
debug
1 parent 95f989b commit 208a794

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sql/dj_setup_database.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,10 @@ bare-install|install)
364364
export DB_FIRST_INSTALL=1
365365
symfony_console doctrine:migrations:migrate -n
366366
unset DB_FIRST_INSTALL
367+
echo "----- snip"
368+
cat ~/.my.cnf
369+
echo "----- snap"
370+
symfony_console cache:clear
367371
DBUSER=$domjudge_DBUSER PASSWD=$domjudge_PASSWD symfony_console domjudge:load-default-data
368372
if [ "$1" = "install" ]; then
369373
install_examples

0 commit comments

Comments
 (0)