Can add sql action after an initdemo

This commit is contained in:
Laurent Destailleur 2021-04-30 11:14:00 +02:00
parent 1e1ea053bd
commit 565ab80836

View File

@ -232,6 +232,10 @@ else
fi
if [ -s "$mydir/initdemopostsql.sql" ]; then
mysql -P$port $base < "$mydir/initdemopostsql.sql"
fi
if [ "x$res" = "x0" ]
then