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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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