Files
fusionpbx-install.sh/centos/resources/switch/conf-copy.sh
2017-04-23 02:12:13 -06:00

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