Add Fleet custom hostname to end summary

This commit is contained in:
William Wernert
2021-10-22 11:57:47 -04:00
parent 352e30f9e1
commit 62971d8c15

View File

@@ -506,6 +506,8 @@ whiptail_end_settings() {
[[ -n $FLEETNODEUSER ]] && __append_end_msg "Fleet User: $FLEETNODEUSER"
[[ -n $FLEETCUSTOMHOSTNAME ]] && __append_end_msg "Fleet Custom Hostname: $FLEETCUSTOMHOSTNAME"
if [[ $is_manager ]]; then
__append_end_msg "Enabled Optional Components:"
for component in "${COMPONENTS[@]}"; do