Update pfatt.sh

This commit is contained in:
Greg Revelle 2020-12-30 18:12:13 -06:00 committed by GitHub
parent 1e8fd51835
commit a5c103fd5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ getTimestamp(){
## Added code
{
echo "$(getTimestamp) starting wpa_supplicant..."
WPA_PARAMS="\
@ -131,3 +132,4 @@ getTimestamp(){
echo "$(getTimestamp) pfatt error: unknown EAP_MODE. '$EAP_MODE' is not valid. exiting..."
exit 1
fi
} >> $LOG