From: nico Date: Fri, 22 Jul 2005 22:53:12 +0000 (+0000) Subject: command is no daemon, run it in the background X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/4f11762248f602cbf0a3792bfeb08b1e7c3afc5c command is no daemon, run it in the background git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1534 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/frickin/files/frickin.init b/openwrt/package/frickin/files/frickin.init index 0a80d417d..e07a0945b 100644 --- a/openwrt/package/frickin/files/frickin.init +++ b/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)"