- firewall display fix
This commit is contained in:
parent
1fdcc5a269
commit
71d1f8b953
|
|
@ -331,7 +331,7 @@ do_deb_sys_ufw() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
msg_info "Liste des ports tcp sortant ouvert"
|
msg_info "Liste des ports tcp sortant ouvert"
|
||||||
sudo ss -tlnwp | grep -v -E '(127\.0\.0\.1|::1)' | awk '
|
$SUDO ss -tlnwp | grep -v -E '(127\.0\.0\.1|::1)' | awk '
|
||||||
BEGIN {print "State", "Local_Address:Port", "Process"}
|
BEGIN {print "State", "Local_Address:Port", "Process"}
|
||||||
NR==1 {next}
|
NR==1 {next}
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue