Update source-to-package.sh

This commit is contained in:
FusionPBX 2017-01-27 20:59:39 -07:00 committed by GitHub
parent 1f4274f6fa
commit d8bbce434c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ sed -i /etc/fail2ban/jail.local -e s:'/usr/local/freeswitch/log:/var/log/freeswi
sytemctl restart fail2ban
#move source files to package directories
rsync -avz /usr/local/freeswitch/conf /etc/freeswitch
rsync -avz /usr/local/freeswitch/conf/* /etc/freeswitch
rsync -avz /usr/local/freeswitch/recordings /var/lib/freeswitch
rsync -avz /usr/local/freeswitch/storage /var/lib/freeswitch
rsync -avz /usr/local/freeswitch/scripts /usr/share/freeswitch