Skip to content

Commit

Permalink
Update upload.sh: addMessage.sh changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Nov 27, 2024
1 parent 269ba14 commit 45ccd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45ccd8f

Please sign in to comment.