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

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