[packages] /etc/functions.sh => /lib/functions.sh
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32061 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /etc/functions.sh
|
||||
. /lib/functions.sh
|
||||
LOAD_STATE=1
|
||||
|
||||
if [ "$ACTION" = "ifup" ]; then
|
||||
/etc/init.d/freeswitch enabled && {
|
||||
local not_all_up="$(sh -c '
|
||||
. /etc/functions.sh
|
||||
. /lib/functions.sh
|
||||
|
||||
LOAD_STATE=1
|
||||
local if_is_down=0
|
||||
|
Reference in New Issue
Block a user