Update source-release.sh

This commit is contained in:
FusionPBX 2017-04-02 09:22:40 -06:00 committed by GitHub
parent 38394f3a9a
commit f780b0cdb3
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ mv /usr/local/freeswitch/sounds/music/*000 /usr/local/freeswitch/sounds/music/de
#configure system service
ln -s /usr/local/freeswitch/bin/fs_cli /usr/bin/fs_cli
cp "$(cwd)/rc.d.freeswitch" /usr/local/etc/rc.d/freeswitch
chmod u-w,ugo+x /usr/local/etc/rc.d/freeswitch
cp "$cwd/rc.d.freeswitch" /usr/local/etc/rc.d/freeswitch
chmod 0555 /usr/local/etc/rc.d/freeswitch
#enable the service
echo 'freeswitch_enable="YES"' >> /etc/rc.conf