Skip to content

Commit

Permalink
Fix copy/paste error
Browse files Browse the repository at this point in the history
RecentClips trigger file was being created in the SentryClips folder.
Fixes #901
  • Loading branch information
marcone committed Nov 24, 2024
1 parent 2493d20 commit 49df42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/archiveloop
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ function archive_teslacam_clips () {
if [ -n "${TRIGGER_FILE_RECENT+x}" ]
then
touch "${triggerdir}/RecentClips/${TRIGGER_FILE_RECENT}"
echo "SentryClips/${TRIGGER_FILE_RECENT}" >> "${triggerlist}"
echo "RecentClips/${TRIGGER_FILE_RECENT}" >> "${triggerlist}"
fi
if [ -n "${TRIGGER_FILE_ANY+x}" ]
then
Expand Down

0 comments on commit 49df42f

Please sign in to comment.