forked from norman/fusionpbx-install.sh-github-mirror
5 lines
202 B
Bash
Executable File
5 lines
202 B
Bash
Executable File
mv /usr/local/freeswitch/conf /usr/local/freeswitch/conf.orig
|
|
mkdir -p /etc/freeswitch
|
|
mkdir -p /usr/local/freeswitch/conf
|
|
cp -R /var/www/fusionpbx/resources/templates/conf/* /usr/local/freeswitch/conf
|