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