changed an info message
This commit is contained in:
@@ -229,7 +229,7 @@ then
|
||||
# delete all existing installation files except db.php
|
||||
find $install_path/ -mindepth 1 -not -name 'db.php' -delete
|
||||
|
||||
echo "Performing database updates. This may take a while..."
|
||||
echo "Performing database updates..."
|
||||
# apply database updates from sql file
|
||||
mysql --defaults-extra-file=$mysql_opt_file --force < database-update.sql >/dev/null 2>&1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user