Restore previous comment

This commit is contained in:
Devin Teske 2016-12-13 02:45:07 +00:00
parent 94f5aec600
commit 6ef8ca674f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309992

View File

@ -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