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 | 2b19563f7416742ba1dd68324a010e6d8fceb5c2 (patch) | |
| tree | 2c511bace3384446dc83f937670b60b0c321d874 | |
| parent | 20d4884627f95f4b7484723770cdf15699db17af (diff) | |
| download | upstream-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.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 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)" |
