call mysql properly in upgrade_check so that upgrade scripts are called properly

Closes: #1078
This commit is contained in:
Antoine Beaupré 2008-10-07 16:49:05 +00:00
parent c3e626c6f8
commit 4df0af8571
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ do
# run the proper program to interpret the upgrade script
case "$ext" in
sql)
mysql -f --defaults-file=/etc/alternc/my.cnf \
mysql --defaults-file=/etc/alternc/my.cnf -f \
< $file || true
;;
php)