From 0fccd133fb5994b2d942bfd08d26725265d0eacc Mon Sep 17 00:00:00 2001 From: cimryan Date: Wed, 24 Oct 2018 19:47:45 -0700 Subject: [PATCH] Remove bogus local declaration in archive-clips.sh --- cifs_archive/archive-clips.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cifs_archive/archive-clips.sh b/cifs_archive/archive-clips.sh index ec3b4c0..e1b3a17 100644 --- a/cifs_archive/archive-clips.sh +++ b/cifs_archive/archive-clips.sh @@ -2,7 +2,7 @@ log "Moving clips to archive..." -local move_count=0 +move_count=0 for file_name in "$CAM_MOUNT"/TeslaCam/saved*; do [ -e "$file_name" ] || continue