Browse Source

fixed netstat grep

pull/2911/head
scott 5 years ago
parent
commit
8b9d22d47d
  1. 2
      lgsm/functions/info_messages.sh

2
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}"

Loading…
Cancel
Save