From f7df142ef6306cbc564f3023e200c96b8ae4b401 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Tue, 25 Jun 2024 18:24:24 -0400 Subject: [PATCH] Fix variable --- timelapse/tl-capture | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timelapse/tl-capture b/timelapse/tl-capture index 4debf3d..9870501 100644 --- a/timelapse/tl-capture +++ b/timelapse/tl-capture @@ -22,7 +22,7 @@ FILENAME="TL-$DATE.jpg" capture() { # Capture an image for the timelapse and save it to /tmp/TL-YYYY-MM-DD_HH-MM.jpg echo "Capturing image and saving it to $IMG_DIR/$FILENAME" - fswebcam -r "$RESOLUTION" -d "#DEVICE" "$IMG_DIR/$FILENAME" -F 1 -S 5 + fswebcam -r "$RESOLUTION" -d "$DEVICE" "$IMG_DIR/$FILENAME" -F 1 -S 5 } # Sync images from local to a remote mounted storage device sync() {