From e5e7ed6823a6e0b5cc3f33268df10dfc1f35f585 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Tue, 25 Jun 2024 18:25:17 -0400 Subject: [PATCH] Minor fix --- timelapse/tl-capture | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timelapse/tl-capture b/timelapse/tl-capture index 9870501..4f34618 100644 --- a/timelapse/tl-capture +++ b/timelapse/tl-capture @@ -26,7 +26,7 @@ capture() { } # Sync images from local to a remote mounted storage device sync() { - echo "Syncing $IMG_DIR to $SYNC_DES_PATH..." + echo "Syncing $IMG_DIR to $NAS_MOUNT_DIR$SYNC_DES_PATH..." rsync -av --progress --remove-source-files "$IMG_DIR/" "$NAS_MOUNT_DIR$SYNC_DES_PATH/" $1 if [[ $? -eq 0 ]]; then echo "Success"