Browse Source

Support Solaris

neil 8 years ago
parent
commit
e3c66532c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      acme.sh

+ 1 - 1
acme.sh

@@ -423,7 +423,7 @@ _ss() {
         netstat -an -p tcp | grep LISTEN | grep ":$_port "
         netstat -an -p tcp | grep LISTEN | grep ":$_port "
       elif netstat -help 2>&1 | grep -- '-P protocol' >/dev/null ; then
       elif netstat -help 2>&1 | grep -- '-P protocol' >/dev/null ; then
         #for solaris
         #for solaris
-        netstat -an -P tcp | grep "\.$_port "
+        netstat -an -P tcp | grep "\.$_port " | grep "LISTEN"
       else
       else
         netstat -ntpl | grep ":$_port "
         netstat -ntpl | grep ":$_port "
       fi
       fi