Do not manually scan wifi networks before starting wpa_supplicant
[hvlinux.git] / stage2 / bootscripts / ifdown
index a6fabf9..3634b36 100755 (executable)
@@ -51,6 +51,7 @@ else
 fi
 
 if [ "x${BOOTPROTO}" = "xwifi" ]; then
+    echo "Stopping wpa_supplicant"
     killall wpa_supplicant
 fi