forked from norman/fusionpbx-install.sh-github-mirror
Merge pull request #6 from DigiDaz/master
Create scripts directory and fix starting of freeswitch
This commit is contained in:
3
debian/resources/switch/package-release.sh
vendored
3
debian/resources/switch/package-release.sh
vendored
@@ -22,6 +22,9 @@ apt-get install -y --force-yes freeswitch-mod-skypopen freeswitch-mod-skypopen-d
|
||||
apt-get install -y --force-yes freeswitch-mod-imagick freeswitch-mod-tts-commandline freeswitch-mod-directory freeswitch-mod-flite
|
||||
|
||||
#set the file permissions
|
||||
mkdir /usr/share/freeswitch/scripts
|
||||
chmod g+ws /usr/share/freeswitch/scripts
|
||||
|
||||
chown -R freeswitch:freeswitch /var/lib/freeswitch
|
||||
chmod -R g+s /var/lib/freeswitch
|
||||
setfacl -R -m u:www-data:rwx,g:www-data:rwx /var/lib/freeswitch
|
||||
|
||||
Reference in New Issue
Block a user