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

View File

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