From 848a5c63501ab75931206afc8a95f16ca6c127e6 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Mon, 7 Mar 2022 08:03:41 -0500 Subject: [PATCH] fix typo --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index d44545348..b71648fbe 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -949,7 +949,7 @@ check_sos_appliance() { compare_main_nic_ip() { if ! [[ $MNIC =~ ^(tun|wg|vpn).*$ ]]; then if [[ "$MAINIP" != "$MNIC_IP" ]]; then - error "[ERROR] Main gateway ($MAINIP) does not match ip address of managament NIC ($MNIC_IP)." + error "[ERROR] Main gateway ($MAINIP) does not match ip address of management NIC ($MNIC_IP)." read -r -d '' message <<- EOM The IP being routed by Linux is not the IP address assigned to the management interface ($MNIC).