fusionpbx-install.sh/debian/resources/switch/package-permissions.sh

14 lines
403 B
Bash
Raw Permalink Normal View History

2020-03-29 03:14:14 +02:00
#move to script directory so all relative paths work
cd "$(dirname "$0")"
#includes
. ../config.sh
2016-08-16 19:44:12 +02:00
#default permissions
chown -R www-data:www-data /etc/freeswitch
2022-08-09 03:42:37 +02:00
chown -R www-data:www-data /var/lib/freeswitch
2016-08-16 19:44:12 +02:00
chown -R www-data:www-data /usr/share/freeswitch
chown -R www-data:www-data /var/log/freeswitch
chown -R www-data:www-data /var/run/freeswitch
2019-04-16 04:13:02 +02:00
chown -R www-data:www-data /var/cache/fusionpbx