Browse Source

corrected netstat

pull/2911/head
Daniel Gibbs 5 years ago
parent
commit
15b8d5720d
  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 MemoriesOfMars"
echo -e "netstat -atunp | grep MemoriesOfMar"
echo -e ""
{
echo -e "${lightblue}DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL${default}"

Loading…
Cancel
Save