From 45ccd8ff318cd8295d599be7002e1691e2d5ecc3 Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Wed, 27 Nov 2024 04:52:54 -0600 Subject: [PATCH] Update upload.sh: addMessage.sh changes --- scripts/upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upload.sh b/scripts/upload.sh index 22ecf08eb..022e8a434 100755 --- a/scripts/upload.sh +++ b/scripts/upload.sh @@ -236,7 +236,7 @@ elif [[ ${PROTOCOL} == "gcs" ]] ; then else OUTPUT="${ME}: ERROR: 'gsutil' command not found; cannot upload." OUTPUT+="\nIt should be in one of these directories: ${PATH}" - "${ALLSKY_SCRIPTS}/addMessage.sh" "error" "${OUTPUT}" + "${ALLSKY_SCRIPTS}/addMessage.sh" --type error --msg "${OUTPUT}" OUTPUT="${RED}*** ${OUTPUT}${NC}" RET=1 fi