diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-07-22 22:53:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-07-22 22:53:12 +0000 |
commit | e6232023adf17a3ad806f1df320f4a88ee0e633f (patch) | |
tree | 2c511bace3384446dc83f937670b60b0c321d874 /openwrt/package/frickin | |
parent | 50178378a4953c120a23a6b411b50ad848b68cd9 (diff) | |
download | mtk-20170518-e6232023adf17a3ad806f1df320f4a88ee0e633f.zip mtk-20170518-e6232023adf17a3ad806f1df320f4a88ee0e633f.tar.gz mtk-20170518-e6232023adf17a3ad806f1df320f4a88ee0e633f.tar.bz2 |
command is no daemon, run it in the background
SVN-Revision: 1534
Diffstat (limited to 'openwrt/package/frickin')
-rw-r--r-- | openwrt/package/frickin/files/frickin.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/frickin/files/frickin.init b/openwrt/package/frickin/files/frickin.init index 0a80d41..e07a094 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)" |