Browse Source

fix format

neilpang 7 years ago
parent
commit
7e381f8e5d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      acme.sh

+ 2 - 2
acme.sh

@@ -853,9 +853,9 @@ _dbase64() {
 _checkcert() {
   _cf="$1"
   if [ "$DEBUG" ]; then
-    openssl x509  -noout -text -in "$_cf"
+    openssl x509 -noout -text -in "$_cf"
   else
-    openssl x509  -noout -text -in "$_cf" >/dev/null 2>&1
+    openssl x509 -noout -text -in "$_cf" >/dev/null 2>&1
   fi
 }