changed an info message

This commit is contained in:
2026-02-19 18:48:26 -05:00
parent b138f462d9
commit 5a50400a56

View File

@@ -229,7 +229,7 @@ then
# delete all existing installation files except db.php # delete all existing installation files except db.php
find $install_path/ -mindepth 1 -not -name 'db.php' -delete 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 # apply database updates from sql file
mysql --defaults-extra-file=$mysql_opt_file --force < database-update.sql >/dev/null 2>&1 mysql --defaults-extra-file=$mysql_opt_file --force < database-update.sql >/dev/null 2>&1