Browse Source

remove extra space leading to an error

The line was parsed as: execute command "" with removelevel being
cleared.
Samuel Tardieu 9 years ago
parent
commit
2276a9ec97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      le.sh

+ 1 - 1
le.sh

@@ -621,7 +621,7 @@ issue() {
     _debug "d" "$d"
     _debug "keyauthorization" "$keyauthorization"
     _debug "uri" "$uri"
-    removelevel= ""
+    removelevel=""
     token=""
     if [ "$vtype" == "$VTYPE_HTTP" ] ; then
       if [ "$Le_Webroot" == "no" ] ; then