]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
Restore previous comment
authordteske <dteske@FreeBSD.org>
Tue, 13 Dec 2016 02:45:07 +0000 (02:45 +0000)
committerdteske <dteske@FreeBSD.org>
Tue, 13 Dec 2016 02:45:07 +0000 (02:45 +0000)
usr.sbin/bsdinstall/scripts/wlanconfig

index 25d0b31377f7e474a9bdc71fec536e239e13a49e..603aeb0297253a0cc9d7e58d576a520d694a53ff 100755 (executable)
@@ -175,6 +175,7 @@ if ! f_eval_catch -d wlanconfig wpa_cli "wpa_cli ping"; then
                'wpa_supplicant -B -i "%s" -c "%s/wpa_supplicant.conf"' \
                "$1" "$BSDINSTALL_TMPETC" || exit 1
 
+       # See if we succeeded
        f_eval_catch wlanconfig wpa_cli "wpa_cli ping" || exit 1
 fi