changed script path

This commit is contained in:
Kevin Veen-Birkenbach 2024-02-05 21:02:56 +01:00
parent f0c235ac67
commit 78ea7ba2ff
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ TRIGGER_DIR="$2"
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
# Define the path to the original cleanup script using the script directory path
CLEANUP_SCRIPT="$SCRIPT_DIR/cleanup_script.sh"
CLEANUP_SCRIPT="$SCRIPT_DIR/cleanup.sh"
# Path to the main directory
MAIN_DIRECTORY="/Backups"