summaryrefslogtreecommitdiffstats
path: root/main/freeswitch/freeswitch.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/freeswitch/freeswitch.post-install')
-rwxr-xr-xmain/freeswitch/freeswitch.post-install3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/freeswitch/freeswitch.post-install b/main/freeswitch/freeswitch.post-install
index 21577b1b0..fef23caef 100755
--- a/main/freeswitch/freeswitch.post-install
+++ b/main/freeswitch/freeswitch.post-install
@@ -1,4 +1,5 @@
#!/bin/sh
-chown -R freeswitch:freeswitch /var/run/freeswitch/
+chown -R freeswitch:freeswitch /var/*/freeswitch
+exit 0