From b9f022faa960e780e284805c1eb1c8567f22b167 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 24 Jun 2024 17:43:33 -0400 Subject: [PATCH] Make capture script do something --- timelapse/tl-capture | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/timelapse/tl-capture b/timelapse/tl-capture index c8a3630..1c768fd 100644 --- a/timelapse/tl-capture +++ b/timelapse/tl-capture @@ -52,4 +52,6 @@ sync() { local src="$TO_SYNC_DIR/" # Sync TL images from Pi to NAS rsync -avz -} \ No newline at end of file +} + +capture \ No newline at end of file