From 48f3e109d8c515b0f61334bc9492c0324d09e39b Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 30 Jul 2024 02:42:06 +0200 Subject: [PATCH] fix --- maintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance.sh b/maintenance.sh index 30efc8ac..4de5d897 100755 --- a/maintenance.sh +++ b/maintenance.sh @@ -17,7 +17,7 @@ for part in "${parts[@]}"; do done if $include; then - file="${part%.yml}.maintenance" + file="$BASPATH/${part%.yml}.maintenance" if [ -f "$file" ]; then echo "File $file exists. Executing it as a Bash script." # Execute the file as a Bash script