fusionpbx-install.sh/centos/resources/switch/conf-copy.sh

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