mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
remove extra space leading to an error
The line was parsed as: execute command "" with removelevel being cleared.
This commit is contained in:
parent
649fc386d1
commit
2276a9ec97
2
le.sh
2
le.sh
@ -621,7 +621,7 @@ issue() {
|
|||||||
_debug "d" "$d"
|
_debug "d" "$d"
|
||||||
_debug "keyauthorization" "$keyauthorization"
|
_debug "keyauthorization" "$keyauthorization"
|
||||||
_debug "uri" "$uri"
|
_debug "uri" "$uri"
|
||||||
removelevel= ""
|
removelevel=""
|
||||||
token=""
|
token=""
|
||||||
if [ "$vtype" == "$VTYPE_HTTP" ] ; then
|
if [ "$vtype" == "$VTYPE_HTTP" ] ; then
|
||||||
if [ "$Le_Webroot" == "no" ] ; then
|
if [ "$Le_Webroot" == "no" ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user