forked from norman/fusionpbx-install.sh-github-mirror
5 lines
178 B
Bash
Executable File
5 lines
178 B
Bash
Executable File
mv /etc/freeswitch /etc/freeswitch.orig
|
|
mkdir /etc/freeswitch
|
|
cp -R /var/www/fusionpbx/app/switch/resources/conf/* /etc/freeswitch
|
|
chown -R freeswitch:freeswitch /etc/freeswitch
|