change the order of the mysql download mirrors
[openwrt.git] / openwrt / package / frickin / files / frickin.init
index 0a80d41..e07a094 100644 (file)
@@ -6,7 +6,7 @@ DEFAULT=/etc/default/$BIN
 
 case $1 in
  start)
-  $BIN $OPTIONS
+  $BIN $OPTIONS &
   ;;
  *)
   echo "usage: $0 (start)"
This page took 0.020607 seconds and 4 git commands to generate.