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:
parent
8d054ada34
commit
a9d4a2df82
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue