From 57819714e86d0e8b766d8a19fb2c7a693a77c23c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 11 May 2023 08:35:53 -0600 Subject: [PATCH] Hide results of upgrade schema Upgrade schema is very long and makes it harder to see results that happened before it. --- debian/resources/finish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/finish.sh b/debian/resources/finish.sh index d8ba7f2..40fb6a0 100755 --- a/debian/resources/finish.sh +++ b/debian/resources/finish.sh @@ -39,7 +39,7 @@ sed -i /etc/fusionpbx/config.conf -e s:"{database_username}:$database_username:" sed -i /etc/fusionpbx/config.conf -e s:"{database_password}:$database_password:" #add the database schema -cd /var/www/fusionpbx && php /var/www/fusionpbx/core/upgrade/upgrade_schema.php +cd /var/www/fusionpbx && php /var/www/fusionpbx/core/upgrade/upgrade_schema.php > /dev/null 2>&1 #get the server hostname if [ .$domain_name = .'hostname' ]; then