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