fusionpbx-install.sh/debian/resources/switch/source-to-package.sh

9 lines
387 B
Bash
Raw Normal View History

2016-08-23 02:52:24 +02:00
#move source files to package directories
cp -R /usr/local/freeswitch/conf /etc/freeswitch
cp -R /usr/local/freeswitch/recordings/* /var/lib/freeswitch/recordings
cp -R /usr/local/freeswitch/storage/* /var/lib/freeswitch/storage
cp -R /usr/local/freeswitch/scripts/* /usr/share/freeswitch/scripts
2016-08-23 02:58:46 +02:00
mkdir -p /etc/fusionpbx
$(dirname $0)/package-release.sh
$(dirname $0)/package-systemd.sh