revert bad firewall patch
[openwrt.git] / package / frickin / files / frickin.init
index 0a80d417ddc3b1f27be681c412c0b349f0178a86..e07a0945b687e6417fe96f04dca83bc43d3ed1ca 100644 (file)
@@ -6,7 +6,7 @@ DEFAULT=/etc/default/$BIN
 
 case $1 in
  start)
-  $BIN $OPTIONS
+  $BIN $OPTIONS &
   ;;
  *)
   echo "usage: $0 (start)"