From ba5709dcc3c528dc643e2401c88606f5afc1345f Mon Sep 17 00:00:00 2001 From: SubleXBle <51033045+SubleXBle@users.noreply.github.com> Date: Sat, 23 Aug 2025 05:27:30 +0200 Subject: [PATCH] Update folder-watchdog.sh --- Helper-Scripts/folder-watchdog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helper-Scripts/folder-watchdog.sh b/Helper-Scripts/folder-watchdog.sh index ac7bffd..3734f50 100644 --- a/Helper-Scripts/folder-watchdog.sh +++ b/Helper-Scripts/folder-watchdog.sh @@ -1,7 +1,7 @@ #!/bin/bash # Set the base path here -BASE_PATH="/path/to/your/folders" +BASE_PATH="/path/to/your/archive" # Check if the path exists if [ ! -d "$BASE_PATH" ]; then