Skip to content

Commit

Permalink
Update functions.sh: Spell AllSky "Allsky"
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Feb 16, 2025
1 parent 73a10f5 commit 823f640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,14 @@ function doExit()
"${COLOR}" "" "85" "" "" \
"" "10" "${COLOR}" "${EXTENSION:-"jpg"}" "" "${CUSTOM_MESSAGE}"
echo "Stopping Allsky: ${CUSTOM_MESSAGE}"

elif [[ ${TYPE} != "no-image" ]]; then
[[ ${OUTPUT_A_MSG} == "false" && ${TYPE} == "RebootNeeded" ]] && echo "Reboot needed"
"${ALLSKY_SCRIPTS}/copyNotificationImage.sh" --expires 0 "${TYPE}" 2>&1
fi
fi

echo " ***** AllSky Stopped *****" >&2
echo " ***** Allsky Stopped *****" >&2

# Don't let the service restart us because we'll likely get the same error again.
# Stop here so the message above is output first.
Expand Down

0 comments on commit 823f640

Please sign in to comment.