diff options
Diffstat (limited to 'main/freeswitch/freeswitch.post-install')
-rwxr-xr-x | main/freeswitch/freeswitch.post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/freeswitch/freeswitch.post-install b/main/freeswitch/freeswitch.post-install new file mode 100755 index 0000000000..3b1c414c6b --- /dev/null +++ b/main/freeswitch/freeswitch.post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +chown -R freeswitch:freeswitch /etc/freeswitch/ +chown -R freeswitch:freeswitch /var/run/freeswitch/ + |