- firewall display fix

This commit is contained in:
Frogg 2026-05-19 00:01:47 +02:00
parent 1fdcc5a269
commit 71d1f8b953
1 changed files with 1 additions and 1 deletions

View File

@ -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}
{ {