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-install5
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 00000000..fef23cae
--- /dev/null
+++ b/main/freeswitch/freeswitch.post-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+chown -R freeswitch:freeswitch /var/*/freeswitch
+
+exit 0