Browse Source

https://github.com/Neilpang/acme.sh/issues/258

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

+ 2 - 2
acme.sh

@@ -1547,7 +1547,7 @@ issue() {
       vtype=$(echo $ventry | cut -d $sep -f 4)
       _currentRoot=$(echo $ventry | cut -d $sep -f 5)
 
-      if [ "$keyauthorization" == "$STATE_VERIFIED" ] ; then
+      if [ "$keyauthorization" = "$STATE_VERIFIED" ] ; then
         _info "$d is already verified, skip $vtype."
         continue
       fi
@@ -1645,7 +1645,7 @@ issue() {
     vtype=$(echo $ventry | cut -d $sep -f 4)
     _currentRoot=$(echo $ventry | cut -d $sep -f 5)
 
-    if [ "$keyauthorization" == "$STATE_VERIFIED" ] ; then
+    if [ "$keyauthorization" = "$STATE_VERIFIED" ] ; then
       _info "$d is already verified, skip $vtype."
       continue
     fi