forked from norman/fusionpbx-install.sh-github-mirror
* Fix bugs * Update conf-copy.sh Update fusionpbx template path * Update package-release.sh Fix the issue of the files.freeswitch.org site not available * Fix bug
7 lines
167 B
Bash
Executable File
7 lines
167 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#copy the conf directory
|
|
mv /etc/freeswitch /etc/freeswitch.orig
|
|
mkdir /etc/freeswitch
|
|
cp -R /var/www/fusionpbx/app/switch/resources/conf/* /etc/freeswitch
|