This commit is contained in:
Sebastian
2024-07-30 02:42:44 +02:00
parent 48f3e109d8
commit b89aa58260

View File

@@ -17,7 +17,7 @@ for part in "${parts[@]}"; do
done
if $include; then
file="$BASPATH/${part%.yml}.maintenance"
file="$BASEPATH/${part%.yml}.maintenance"
if [ -f "$file" ]; then
echo "File $file exists. Executing it as a Bash script."
# Execute the file as a Bash script