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

View File

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