Quick fix

This commit is contained in:
Skylar Grant 2024-06-24 18:28:23 -04:00
parent aa141df707
commit c9dea862ec

View File

@ -1,13 +1,13 @@
#!/bin/bash #!/bin/bash
# Customizable variables # Customizable variables
# Device # Device
$DEVICE="/dev/video0" DEVICE="/dev/video0"
# Temporary output directory # Temporary output directory
$TO_SYNC_DIR="/tmp/TL/tosync" TO_SYNC_DIR="/tmp/TL/to-sync"
$SYNCED_DIR="/tmp/TL/synced" SYNCED_DIR="/tmp/TL/synced"
# NAS Info # NAS Info
$NAS_MOUNT_DIR="/mnt/media" NAS_MOUNT_DIR="/mnt/media"
$NAS_SYNC_DIR="/TL/synced" NAS_SYNC_DIR="/TL/synced"
# Pre-script configurations # Pre-script configurations
# Generate the date for the filename # Generate the date for the filename