aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-07-22 22:53:12 +0000
committerNicolas Thill <nico@openwrt.org>2005-07-22 22:53:12 +0000
commit2b19563f7416742ba1dd68324a010e6d8fceb5c2 (patch)
tree2c511bace3384446dc83f937670b60b0c321d874
parent20d4884627f95f4b7484723770cdf15699db17af (diff)
downloadupstream-2b19563f7416742ba1dd68324a010e6d8fceb5c2.tar.gz
upstream-2b19563f7416742ba1dd68324a010e6d8fceb5c2.tar.bz2
upstream-2b19563f7416742ba1dd68324a010e6d8fceb5c2.zip
command is no daemon, run it in the background
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1534 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/frickin/files/frickin.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/frickin/files/frickin.init b/openwrt/package/frickin/files/frickin.init
index 0a80d417ddc..e07a0945b68 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)"