update source-to-package.sh
This commit is contained in:
parent
c7f9dca296
commit
a9b1110c93
|
|
@ -3,3 +3,6 @@ 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
|
||||
mkdir -p /etc/fusionpbx
|
||||
$(dirname $0)/package-release.sh
|
||||
$(dirname $0)/package-systemd.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue