command is no daemon, run it in the background
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1534 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
6aef918b29
commit
3930351ca3
|
@ -6,7 +6,7 @@ DEFAULT=/etc/default/$BIN
|
|||
|
||||
case $1 in
|
||||
start)
|
||||
$BIN $OPTIONS
|
||||
$BIN $OPTIONS &
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 (start)"
|
||||
|
|
Loading…
Reference in New Issue