[packages] net/freeswitch: Fixed remnants of UCI config that prevent FreeSWITCH startup with the UCI config not present (e.g. with -minimal or -upstream-defaults)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22734 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2010-08-20 01:27:26 +00:00
parent bf4083a870
commit 0654549bc2

View File

@ -15,8 +15,6 @@ start() {
mkdir -p $FS_DIR_DB
mkdir -p $FS_DIR_LOG
ulimit -s 240
include /usr/lib/freeswitch/uci
fs_init_xml
$FS_DIR/usr/bin/freeswitch $OPTIONS -nc
}