From 0da11f985748721436cc211552a3a98d0187b12d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 27 Dec 2022 13:53:29 +0100 Subject: [PATCH] misc fixes --- truetool.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/truetool.sh b/truetool.sh index 07f7b97b..1859410f 100755 --- a/truetool.sh +++ b/truetool.sh @@ -77,7 +77,7 @@ else kubeapiEnable="true" ;; no-color) - noColor + noColor="true" ;; *) echo -e "Invalid Option \"--$OPTARG\"\n" && help @@ -196,5 +196,5 @@ elif [[ "$sync" == "true" && -z "$number_of_backups" ]]; then # If only sync is echo -e "Syncing Catalog(s)\n\n" sync fi -[[ "$update_all_apps" == "true" || "$update_apps" == "true" ]] && update_apps +[[ "$update_all_apps" == "true" || "$update_apps" == "true" ]] && commander [[ "$prune" == "true" ]] && prune