Skip to content

Commit

Permalink
Update saveImage.sh: add missing "fi"
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Sep 18, 2023
1 parent d590e77 commit 504cce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/saveImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ if [[ ${SAVE_IMAGE} == "true" ]]; then
( ${TIMELAPSE_MINI_FORCE_CREATION} == "true" && ${MOD} -eq 0 ) ]]; then
CREATE="true"
fi
fi

if [[ ${CREATE} == "true" ]]; then
[[ ${ALLSKY_DEBUG_LEVEL} -ge 3 ]] && echo -e "NUM_IMAGES=${NUM_IMAGES}"
Expand Down

0 comments on commit 504cce9

Please sign in to comment.