From 2f9b79c56088803d9e2b48aa44ab351034112f3f Mon Sep 17 00:00:00 2001 From: wwlwpd <46434714+wwlwpd@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:16:42 -0500 Subject: [PATCH] Rooting out some more log spam. Issue 1394: reviving this issue, seen during Milton. Related to #1394. --- asgs_main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asgs_main.sh b/asgs_main.sh index 10c94de2..b075758a 100755 --- a/asgs_main.sh +++ b/asgs_main.sh @@ -1197,7 +1197,7 @@ monitorJobs() # check job run status check=$(checkTimeLimit "$startTime" "$WALLTIME") - if [[ "$check" -eq 1 ]]; then + if [[ "$check" == 1 ]]; then THIS="asgs_main.sh>monitorJobs()" DATETIME=`date +'%Y-%h-%d-T%H:%M:%S%z'` echo "[$DATETIME] $THIS: The ${ENSTORM_TEMP} job exceeded its wall clock time limit of '$WALLTIME'." > ${ENSTORM_TEMP}.run.error # <-OVERWRITE