summaryrefslogtreecommitdiffstats
path: root/main/freeswitch/freeswitch.post-install
blob: fef23caef1aaa64c0071686700fa1d9b0640961f (plain)
1
2
3
4
5
#!/bin/sh

chown -R freeswitch:freeswitch /var/*/freeswitch

exit 0