mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-04 17:21:23 -07:00
Shell Check fixes
This commit is contained in:
@@ -16,4 +16,4 @@ for p in $PORTS; do
|
||||
done
|
||||
|
||||
# Show any other NetAlertX-related listeners (nginx, php-fpm, python backend)
|
||||
ss -ltnp 2>/dev/null | egrep 'nginx|php-fpm|python' || true
|
||||
ss -ltnp 2>/dev/null | grep -e 'nginx\|php-fpm\|python' || true
|
||||
|
||||
Reference in New Issue
Block a user