mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Can add sql action after an initdemo
This commit is contained in:
parent
5a1f2db024
commit
1e1ea053bd
1
dev/initdemo/.gitignore
vendored
Normal file
1
dev/initdemo/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/initdemopostsql.sql
|
||||
|
|
@ -170,6 +170,10 @@ if [ $res -ne 0 ]; then
|
|||
exit
|
||||
fi
|
||||
|
||||
if [ -s "$mydir/initdemopostsql.sql" ]; then
|
||||
mysql -P$port $base < "$mydir/initdemopostsql.sql"
|
||||
fi
|
||||
|
||||
|
||||
if [ "x$res" = "x0" ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user