From 8b9d22d47d1b77acca12a4cd9668a712582a13ab Mon Sep 17 00:00:00 2001 From: scott Date: Mon, 1 Jun 2020 12:11:47 +0900 Subject: [PATCH] fixed netstat grep --- lgsm/functions/info_messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index 1d4e3ed7d..8a494debe 100644 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -872,7 +872,7 @@ fn_info_message_mohaa(){ } fn_info_message_mofm(){ - echo -e "netstat -atunp | grep MemoriesOfMa" + echo -e "netstat -atunp | grep MemoriesOfMars" echo -e "" { echo -e "${lightblue}DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL${default}"