mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup-cleanup.git
synced 2025-09-09 19:57:19 +02:00
changed script path
This commit is contained in:
@@ -7,7 +7,7 @@ TRIGGER_DIR="$2"
|
|||||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||||
|
|
||||||
# Define the path to the original cleanup script using the script directory path
|
# 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
|
# Path to the main directory
|
||||||
MAIN_DIRECTORY="/Backups"
|
MAIN_DIRECTORY="/Backups"
|
||||||
|
Reference in New Issue
Block a user