From e6232023adf17a3ad806f1df320f4a88ee0e633f Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 22 Jul 2005 22:53:12 +0000 Subject: [PATCH] command is no daemon, run it in the background SVN-Revision: 1534 --- openwrt/package/frickin/files/frickin.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"