mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 07:22:54 +00:00
command is no daemon, run it in the background
SVN-Revision: 1534
This commit is contained in:
parent
50178378a4
commit
e6232023ad
@ -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
Block a user