Quick fix
This commit is contained in:
parent
aa141df707
commit
c9dea862ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user