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

7 lines
167 B
Bash
Raw Normal View History

2017-04-23 10:12:13 +02:00
#!/bin/sh
#copy the conf directory
2017-02-23 17:53:37 +01:00
mv /etc/freeswitch /etc/freeswitch.orig
mkdir /etc/freeswitch
cp -R /var/www/fusionpbx/app/switch/resources/conf/* /etc/freeswitch