From a5c103fd5ce0458685636e53d7f58a24c818f324 Mon Sep 17 00:00:00 2001 From: Greg Revelle <31642433+grevelle@users.noreply.github.com> Date: Wed, 30 Dec 2020 18:12:13 -0600 Subject: [PATCH] Update pfatt.sh --- bin/pfatt.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/pfatt.sh b/bin/pfatt.sh index e2c4fd9..0fd63c3 100755 --- a/bin/pfatt.sh +++ b/bin/pfatt.sh @@ -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