Merge branch 'feature/test' of https://github.com/MISP/MISP into feature/test

pull/217/head
iglocska 2014-02-09 22:11:36 +01:00
commit 6cc9778979
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