misc fixes

This commit is contained in:
Kjeld Schouten-Lebbing 2022-12-27 13:53:29 +01:00
parent 09fee5bbb5
commit 0da11f9857

View File

@ -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