diff --git a/timelapse/tl-capture b/timelapse/tl-capture index 1c768fd..d28d0e0 100644 --- a/timelapse/tl-capture +++ b/timelapse/tl-capture @@ -1,13 +1,13 @@ #!/bin/bash # Customizable variables # Device -$DEVICE="/dev/video0" +DEVICE="/dev/video0" # Temporary output directory -$TO_SYNC_DIR="/tmp/TL/tosync" -$SYNCED_DIR="/tmp/TL/synced" +TO_SYNC_DIR="/tmp/TL/to-sync" +SYNCED_DIR="/tmp/TL/synced" # NAS Info -$NAS_MOUNT_DIR="/mnt/media" -$NAS_SYNC_DIR="/TL/synced" +NAS_MOUNT_DIR="/mnt/media" +NAS_SYNC_DIR="/TL/synced" # Pre-script configurations # Generate the date for the filename