From 17cd39b6eb14e376f3e76e31da0e2a4bcb182a21 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 5 Jan 2017 04:03:31 -0700 Subject: [PATCH] Update fusionpbx.sh --- debian/resources/fusionpbx.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/resources/fusionpbx.sh b/debian/resources/fusionpbx.sh index bf73f8a..31dfb29 100755 --- a/debian/resources/fusionpbx.sh +++ b/debian/resources/fusionpbx.sh @@ -35,3 +35,6 @@ chmod -R 755 /var/www/fusionpbx/secure #cp fusionpbx/config.php /etc/fusionpbx #sed -i /etc/fusionpbx/config.php -e s:'{database_username}:fusionpbx:' #sed -i /etc/fusionpbx/config.php -e s:'{database_password}:1234:' + +#add the database schema +#cd /var/www/fusionpbx && php /var/www/fusionpbx/core/upgrade/upgrade_schema.php