Small fix to the upgrade script

- location of the upgrade sql script fixed
pull/217/head
iglocska 2014-02-09 17:30:46 +01:00
parent 91d736ceb6
commit 5f7c68d3b4
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ then
read password
printf '\nDatabase: '
read database
cd $(echo $FILE_PATH)
mysql -u $name -p$password $database < upgrade_2.2.sql
printf '\n\n'
else