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