Cosmetic change to the upgrade script

pull/217/head
iglocska 2014-02-07 11:37:25 +01:00
parent b3ba4d13e1
commit b7b105ccc3
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
printf '=========================================================\n'
printf '| |\n'
printf '| MISP 2.1 => 2.2 upgrade |\n'
printf '| |\n'
printf '=========================================================\n\n'
read -p 'Do you wish to your database now? [y/n] ' -n 1 -r
if [[ $REPLY =~ ^[Yy]$ ]]
then