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

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