parameterize

This commit is contained in:
Sebastian
2024-09-24 07:10:43 +02:00
parent 9e91f100d9
commit 57fce1908b

View File

@@ -23,7 +23,7 @@ for part in "${parts[@]}"; do
# Check if a string is part of the list
if [[ " ${params[@]} " =~ " $1 " ]]; then
include=true # don't change anything
include=$include # don't change anything
else
include=false
fi