fusionpbx-install.sh/freebsd/resources/switch/source-conf-copy.sh

7 lines
220 B
Bash
Raw Normal View History

#!/bin/sh
2017-03-25 22:14:21 +01:00
mv /usr/local/freeswitch/conf /usr/local/freeswitch/conf.orig
2017-04-01 07:24:17 +02:00
#mkdir -p /etc/freeswitch
2017-03-25 22:14:21 +01:00
mkdir -p /usr/local/freeswitch/conf
2017-04-01 07:24:17 +02:00
cp -R /usr/local/www/fusionpbx/resources/templates/conf/* /usr/local/freeswitch/conf