fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user