From 24151bd87bc690ec3b0a21ddd37cf67f22e59e02 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Tue, 25 Jun 2024 09:59:40 -0400 Subject: [PATCH] Remove tl-clean as it's been implemented in tl-control --- timelapse/install.sh | 2 +- timelapse/tl-clean | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 timelapse/tl-clean diff --git a/timelapse/install.sh b/timelapse/install.sh index 99a426a..7894b88 100644 --- a/timelapse/install.sh +++ b/timelapse/install.sh @@ -11,7 +11,7 @@ fi # Configuration variables # Install directory INSTALL_DIR="/usr/local/bin" -FILE_LIST=("tl-capture" "tl-clean" "tl-control") +FILE_LIST=("tl-capture" "tl-control") # Copy the executable files for file in ${FILE_LIST[@]}; do diff --git a/timelapse/tl-clean b/timelapse/tl-clean deleted file mode 100644 index de01927..0000000 --- a/timelapse/tl-clean +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -SYNCED_DIR="/tmp/TL/synced" -rm "$SYNCED_DIR/".* \ No newline at end of file