Split up recordings and storage.
This commit is contained in:
parent
6cba006776
commit
3cd7abfd6e
|
|
@ -6,7 +6,8 @@ cd "$(dirname "$0")"
|
|||
|
||||
#default permissions
|
||||
chown -R www-data:www-data /etc/freeswitch
|
||||
chown -R www-data:www-data /var/lib/freeswitch
|
||||
chown -R www-data:www-data /var/lib/freeswitch/recordings
|
||||
chown -R www-data:www-data /var/lib/freeswitch/storage
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue