Update package-release.sh

This commit is contained in:
FusionPBX 2017-04-24 22:44:51 -06:00 committed by GitHub
parent 8123a6c144
commit 18b584f39d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ cwd=$(pwd)
echo "Installing the FreeSWITCH package"
#install the package
pkg install freeswitch
pkg install --yes freeswitch
#set the original working directory
cd $cwd