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 | 3930351ca394e64e62e227050def407a049ee17d (patch) | |
tree | 6e8d2aa64f809c094372b04673e3463cf38b086e /package/frickin | |
parent | 6aef918b290a24092bbf8bb3a00e1ef825b7f3e7 (diff) | |
download | upstream-3930351ca394e64e62e227050def407a049ee17d.tar.gz upstream-3930351ca394e64e62e227050def407a049ee17d.tar.bz2 upstream-3930351ca394e64e62e227050def407a049ee17d.zip |
command is no daemon, run it in the background
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1534 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/frickin')
-rw-r--r-- | package/frickin/files/frickin.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/frickin/files/frickin.init b/package/frickin/files/frickin.init index 0a80d417dd..e07a0945b6 100644 --- a/package/frickin/files/frickin.init +++ b/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)" |