Use proper location for scripts (#325)

Locate scripts in a proper place. This should fix app.lua and
friends being missing.
This commit is contained in:
Maksym Sobolyev 2020-06-17 09:13:04 -07:00 committed by GitHub
parent 8d054ada34
commit a9d4a2df82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ mkdir -p /usr/local/etc/freeswitch
cp -R /usr/local/www/fusionpbx/resources/templates/conf/* /usr/local/etc/freeswitch
#copy the scripts
cp -R /usr/local/www/fusionpbx/resources/install/scripts /usr/local/share/freeswitch
cp -R /usr/local/www/fusionpbx/app/scripts/resources/scripts /usr/local/share/freeswitch
chown -R www:www /usr/local/share/freeswitch