mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add Fleet custom hostname to end summary
This commit is contained in:
@@ -506,6 +506,8 @@ whiptail_end_settings() {
|
|||||||
|
|
||||||
[[ -n $FLEETNODEUSER ]] && __append_end_msg "Fleet User: $FLEETNODEUSER"
|
[[ -n $FLEETNODEUSER ]] && __append_end_msg "Fleet User: $FLEETNODEUSER"
|
||||||
|
|
||||||
|
[[ -n $FLEETCUSTOMHOSTNAME ]] && __append_end_msg "Fleet Custom Hostname: $FLEETCUSTOMHOSTNAME"
|
||||||
|
|
||||||
if [[ $is_manager ]]; then
|
if [[ $is_manager ]]; then
|
||||||
__append_end_msg "Enabled Optional Components:"
|
__append_end_msg "Enabled Optional Components:"
|
||||||
for component in "${COMPONENTS[@]}"; do
|
for component in "${COMPONENTS[@]}"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user