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

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