Skip to content

Commit 9039118

Browse files
committed
fix: ruanyf#11
1 parent 6b289de commit 9039118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Server-Health.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
top -b |head -10 |tail -4
2424
echo "--------------------"
2525
echo "Open TCP ports:"
26-
nmap -p- -T4 127.0.0.1
26+
nmap -p -T4 127.0.0.1
2727
echo "--------------------"
2828
echo "Current connections:"
2929
ss -s

0 commit comments

Comments
 (0)