Update conf-copy.sh

This commit is contained in:
FusionPBX 2017-04-23 02:12:13 -06:00 committed by GitHub
parent bb0d8ae3bb
commit c996dfd4bf
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#!/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