We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63eb978 commit 7188b47Copy full SHA for 7188b47
1 file changed
allsky.sh
@@ -95,7 +95,7 @@ fi
95
LAST_CHANGED="$( settings ".lastchanged" )"
96
if [[ -z ${LAST_CHANGED} ]]; then
97
STATUS="$( get_allsky_status )"
98
- if [[ ${STATUS} == "${ALLSKY_STATUS_NEEDS_REVIEW}" ]] then
+ if [[ ${STATUS} == "${ALLSKY_STATUS_NEEDS_REVIEW}" ]]; then
99
IMAGE_NAME="ReviewNeeded"
100
MSG="Please review the settings on the WebUI's 'Allsky Settings' page"
101
MSG+=" and make any necessary changes."
0 commit comments