Update folder-watchdog.sh

This commit is contained in:
SubleXBle
2025-08-23 05:27:30 +02:00
committed by GitHub
parent 37fec20b77
commit ba5709dcc3

View File

@@ -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