command is no daemon, run it in the background

SVN-Revision: 1534
master
Nicolas Thill 19 years ago
parent 50178378a4
commit e6232023ad
  1. 2
      openwrt/package/frickin/files/frickin.init

@ -6,7 +6,7 @@ DEFAULT=/etc/default/$BIN
case $1 in
start)
$BIN $OPTIONS
$BIN $OPTIONS &
;;
*)
echo "usage: $0 (start)"

Loading…
Cancel
Save