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

13 lines
403 B
Bash
Raw Permalink Normal View History

#!/bin/sh
#make a backup of the conf directory
mv /usr/local/freeswitch/conf /usr/local/freeswitch/conf.orig
#copy the default conf directory
mkdir -p /usr/local/freeswitch/conf
2023-06-23 21:37:31 +02:00
cp -R /usr/local/www/fusionpbx/app/switch/resources/conf/* /usr/local/freeswitch/conf
#copy the scripts
cp -R /usr/local/www/fusionpbx/resources/install/scripts /usr/local/freeswitch
chown -R www:www /usr/local/freeswitch