Skip to content

Commit

Permalink
Merge pull request #532 from ckuethe/sequence_typo
Browse files Browse the repository at this point in the history
typo in "sequence"
  • Loading branch information
linuxkidd authored Oct 2, 2021
2 parents dd0b525 + cf274a3 commit 6e8077e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/timelapse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fi
# of the sequence directory if it looks ok (contains at least 100 files). This
# might save you some time when running your encoder repeatedly.

SEQUENCE_DIR="${DATE_DIR}/sequencce"
SEQUENCE_DIR="${DATE_DIR}/sequence"
NSEQ=$(ls "${SEQUENCE_DIR}" 2>/dev/null | wc -l )
if [ -z "$KEEP_SEQUENCE" -o $NSEQ -lt 100 ] ; then
rm -fr "${SEQUENCE_DIR}"
Expand Down

0 comments on commit 6e8077e

Please sign in to comment.