Skip to content

Commit

Permalink
Update removeBadImages.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 675fac3 commit c6980d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/removeBadImages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ else
MSG+="\nCheck the values of 'Remove Bad Images Threshold Low',"
MSG+=" 'Remove Bad Images Threshold High',"
MSG+=" and 'Max Auto-Exposure' in the WebUI."
"${ALLSKY_SCRIPTS}/addMessage.sh" "warning" "${MSG}" >&2
"${ALLSKY_SCRIPTS}/addMessage.sh" --type warning --msg "${MSG}" >&2
fi
if [[ ${BAD_COUNT} -ge "${BAD_LIMIT}" ]]; then
# Split the long file name so it fits in the message.
Expand Down

0 comments on commit c6980d4

Please sign in to comment.