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
commit a8a2d2657e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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