remove extra space leading to an error

The line was parsed as: execute command "" with removelevel being
cleared.
This commit is contained in:
Samuel Tardieu 2016-01-23 12:03:46 +01:00
parent 649fc386d1
commit 2276a9ec97
1 changed files with 1 additions and 1 deletions

2
le.sh
View File

@ -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