Update package-release.sh

This commit is contained in:
FusionPBX
2020-05-20 13:12:47 -06:00
committed by GitHub
parent 4476b9153b
commit fb58a00fd9

View File

@@ -17,7 +17,7 @@ echo "Installing the FreeSWITCH package"
#install the package
if [ .$portsnap_enabled = .'true' ]; then
cd /usr/ports/net/freeswitch/ && make install clean
cd /usr/ports/net/freeswitch/ && make -DBATCH install clean
else
pkg install --yes freeswitch
fi