mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Remove bogus local declaration in archive-clips.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user