From aa141df7070fa87eb50c51af9aca32381570a44f Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 24 Jun 2024 17:46:00 -0400 Subject: [PATCH] Add needed vars --- timelapse/tl-control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/timelapse/tl-control b/timelapse/tl-control index bfd3c17..eb404ae 100644 --- a/timelapse/tl-control +++ b/timelapse/tl-control @@ -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"