call mysql properly in upgrade_check so that upgrade scripts are called properly
Closes: #1078
This commit is contained in:
parent
c3e626c6f8
commit
4df0af8571
|
@ -45,7 +45,7 @@ do
|
||||||
# run the proper program to interpret the upgrade script
|
# run the proper program to interpret the upgrade script
|
||||||
case "$ext" in
|
case "$ext" in
|
||||||
sql)
|
sql)
|
||||||
mysql -f --defaults-file=/etc/alternc/my.cnf \
|
mysql --defaults-file=/etc/alternc/my.cnf -f \
|
||||||
< $file || true
|
< $file || true
|
||||||
;;
|
;;
|
||||||
php)
|
php)
|
||||||
|
|
Loading…
Reference in New Issue