Add needed vars

This commit is contained in:
Skylar Grant 2024-06-24 17:46:00 -04:00
parent b9f022faa9
commit aa141df707
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# Interactive front end for timelapse on Pi via webcam
# Configuration Variables
INSTALL_DIR="/usr/local/bin"
FILE_LIST=("tl-capture" "tl-clean" "tl-control")
# Cron
CRON_DIR="/etc/cron.d"
CRON_FILE="$CRON_DIR/timelapse"