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"