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