From: Nicolas Thill Date: Fri, 22 Jul 2005 22:53:12 +0000 (+0000) Subject: command is no daemon, run it in the background X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=2b19563f7416742ba1dd68324a010e6d8fceb5c2;p=15.05%2Fopenwrt.git 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 0a80d417dd..e07a0945b6 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)"