forked from norman/fusionpbx-install.sh-github-mirror
Update package-release.sh
This commit is contained in:
@@ -17,7 +17,7 @@ echo "Installing the FreeSWITCH package"
|
|||||||
|
|
||||||
#install the package
|
#install the package
|
||||||
if [ .$portsnap_enabled = .'true' ]; then
|
if [ .$portsnap_enabled = .'true' ]; then
|
||||||
cd /usr/ports/net/freeswitch/ && make install clean
|
cd /usr/ports/net/freeswitch/ && make -DBATCH install clean
|
||||||
else
|
else
|
||||||
pkg install --yes freeswitch
|
pkg install --yes freeswitch
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user