Skip to content

Commit 7188b47

Browse files
authored
Update allsky.sh: Add missing ";'
1 parent 63eb978 commit 7188b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

allsky.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fi
9595
LAST_CHANGED="$( settings ".lastchanged" )"
9696
if [[ -z ${LAST_CHANGED} ]]; then
9797
STATUS="$( get_allsky_status )"
98-
if [[ ${STATUS} == "${ALLSKY_STATUS_NEEDS_REVIEW}" ]] then
98+
if [[ ${STATUS} == "${ALLSKY_STATUS_NEEDS_REVIEW}" ]]; then
9999
IMAGE_NAME="ReviewNeeded"
100100
MSG="Please review the settings on the WebUI's 'Allsky Settings' page"
101101
MSG+=" and make any necessary changes."

0 commit comments

Comments
 (0)