Skip to content

Commit 5ab5407

Browse files
authored
Update timelapse.sh: Fix Mini-timelapse message
1 parent 6fe5682 commit 5ab5407

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/timelapse.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ if [[ ${LOCK} == "true" ]]; then
174174
ABORTED_MSG2="timelapse creations"
175175
if [[ ${IS_MINI} == "true" ]]; then
176176
CAUSED_BY="This could be caused by the Mini-Timelapse"
177-
CAUSED_BY+=" 'Number Of Images' and/or 'Frequency' settings being too high."
177+
CAUSED_BY+=" 'Number Of Images' setting being to high"
178+
CAUSED_BY+=" and/or 'Frequency' settings being too low."
178179
else
179180
CAUSED_BY="Unknown cause - see ${ALLSKY_LOG}."
180181
fi

0 commit comments

Comments
 (0)