Merge pull request #284 from truecharts/fixes

misc fixes
This commit is contained in:
Kjeld Schouten-Lebbing
2022-12-27 13:53:46 +01:00
committed by GitHub

View File

@@ -77,7 +77,7 @@ else
kubeapiEnable="true" kubeapiEnable="true"
;; ;;
no-color) no-color)
noColor noColor="true"
;; ;;
*) *)
echo -e "Invalid Option \"--$OPTARG\"\n" && help 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" echo -e "Syncing Catalog(s)\n\n"
sync sync
fi fi
[[ "$update_all_apps" == "true" || "$update_apps" == "true" ]] && update_apps [[ "$update_all_apps" == "true" || "$update_apps" == "true" ]] && commander
[[ "$prune" == "true" ]] && prune [[ "$prune" == "true" ]] && prune