mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Minor fixes
Archive isn't mounted for rsync, it's just a folder
This commit is contained in:
@@ -96,7 +96,7 @@ function move_clips_to_archive () {
|
||||
/root/bin/send-pushover $move_count
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
log "Finished moving clips to archive."
|
||||
}
|
||||
|
||||
@@ -132,7 +132,10 @@ function unmount_cam_drive () {
|
||||
|
||||
log "Starting..."
|
||||
|
||||
ensure_archive_is_mounted
|
||||
if [ ! -r "/root/.teslaCamRsyncConfig" ]
|
||||
then
|
||||
ensure_archive_is_mounted
|
||||
fi
|
||||
|
||||
disconnect_usb_drives_from_host
|
||||
|
||||
|
||||
Reference in New Issue
Block a user