neilpang 8 years ago
parent
commit
e7d4352292
1 changed files with 1 additions and 1 deletions
  1. 1 1
      acme.sh

+ 1 - 1
acme.sh

@@ -1728,7 +1728,7 @@ _apachePath() {
     fi
   fi
   
-  if ! _exec $_APACHECTL -V  ; then
+  if ! _exec $_APACHECTL -V  >/dev/null ; then
     _exec_err
     return 1
   fi