|
|
@ -668,7 +668,7 @@ fn_info_message_ports(){ |
|
|
|
echo -e "" |
|
|
|
echo -e "${lightblue}Useful port diagnostic command:${default}" |
|
|
|
executableshort="$(echo "${executable//.\/}" | cut -c -15)" |
|
|
|
echo -e "ss -tupl | grep ${executableshort}" |
|
|
|
echo -e "ss -tuplwn | grep ${executableshort}" |
|
|
|
echo -e "" |
|
|
|
} |
|
|
|
|
|
|
|