forked from norman/fusionpbx-install.sh-github-mirror
7 lines
166 B
Bash
Executable File
7 lines
166 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#copy the conf directory
|
|
mv /etc/freeswitch /etc/freeswitch.orig
|
|
mkdir /etc/freeswitch
|
|
cp -R /var/www/fusionpbx/resources/templates/conf/* /etc/freeswitch
|