diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-22 22:53:12 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-22 22:53:12 +0000 |
commit | 4f11762248f602cbf0a3792bfeb08b1e7c3afc5c (patch) | |
tree | 2c511bace3384446dc83f937670b60b0c321d874 /openwrt/package/frickin/files | |
parent | b4d54fa54201967ed72ade21ec71a2aee4ae7bda (diff) |
command is no daemon, run it in the background
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1534 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/frickin/files')
-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 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)" |