From 57fce1908bfe0f3aebbcdfe01c311f29c18df78e Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 24 Sep 2024 07:10:43 +0200 Subject: [PATCH] parameterize --- show-status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/show-status.sh b/show-status.sh index e91936d7..fd893715 100755 --- a/show-status.sh +++ b/show-status.sh @@ -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