Browse Source

truncate netstat for colserver

pull/3152/head
Daniel Gibbs 5 years ago
parent
commit
f9db4f8198
  1. 2
      lgsm/functions/info_messages.sh

2
lgsm/functions/info_messages.sh

@ -1446,7 +1446,7 @@ fn_info_message_pavlovvr(){
} }
fn_info_message_colony(){ fn_info_message_colony(){
echo -e "netstat -atunp | grep colonyserver" echo -e "netstat -atunp | grep colonyserv"
echo -e "" echo -e ""
{ {
echo -e "${lightblue}DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL${default}" echo -e "${lightblue}DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL${default}"

Loading…
Cancel
Save