Commit 2276a9ec authored by Samuel Tardieu's avatar Samuel Tardieu
Browse files

remove extra space leading to an error

The line was parsed as: execute command "" with removelevel being
cleared.
parent 649fc386
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment