misc fixes
This commit is contained in:
parent
09fee5bbb5
commit
0da11f9857
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user