From 696c3f344e193933c63b79887bf6bf9cb0648cfa Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Sun, 3 May 2020 21:01:30 -0500 Subject: [PATCH] Fix bad log message in GRB notify script --- cspp_geo_grb_notify/grb-notify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cspp_geo_grb_notify/grb-notify.sh b/cspp_geo_grb_notify/grb-notify.sh index 4cec925..826a85b 100755 --- a/cspp_geo_grb_notify/grb-notify.sh +++ b/cspp_geo_grb_notify/grb-notify.sh @@ -28,7 +28,7 @@ if [[ ${S3_ENDPOINT} != "" ]]; then fi while [[ ! -d "${WATCH_DIR}" ]]; do - echo "$(date +%Y-%m-%d %H:%M:%S): Watch directory doesn't exist. Waiting..." + echo "$(date +"%Y-%m-%d %H:%M:%S"): Watch directory doesn't exist. Waiting..." sleep 60 done -- GitLab