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