You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update wifiChecker.sh with log messages matching basic date-first format.
simply use following as an example perhaps, setting INFO/WARNING/ERROR as appropriate?
echo "$(date +"%b %d %Y %T") ERROR BrewPi: wifiChecker: This script must be run as root: sudo ./wifiChecker.sh" 1>&2
instead of echo "This script must be run as root: sudo ./wifiChecker.sh) ($(date))" 1>&2
The text was updated successfully, but these errors were encountered:
Update wifiChecker.sh with log messages matching basic date-first format.
simply use following as an example perhaps, setting INFO/WARNING/ERROR as appropriate?
echo "$(date +"%b %d %Y %T") ERROR BrewPi: wifiChecker: This script must be run as root: sudo ./wifiChecker.sh" 1>&2
instead of
echo "This script must be run as root: sudo ./wifiChecker.sh) ($(date))" 1>&2
The text was updated successfully, but these errors were encountered: