forked from norman/fusionpbx-install.sh-github-mirror
Update package-release.sh
Change ownership of /etc/freeswitch
This commit is contained in:
2
debian/resources/switch/package-release.sh
vendored
2
debian/resources/switch/package-release.sh
vendored
@@ -7,7 +7,7 @@ apt-get update && apt-get install -y --force-yes freeswitch-all freeswitch-all-d
|
||||
#rm /etc/apt/sources.list.d/freeswitch.list
|
||||
|
||||
#set the file permissions
|
||||
chown -R freeswitch:freeswitch /var/lib/freeswitch
|
||||
chown -R www-data:www-data /var/lib/freeswitch
|
||||
chmod -R g+s /var/lib/freeswitch
|
||||
setfacl -d -R -m u:www-data:rwx,g:www-data:rwx /var/lib/freeswitch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user