From 2276a9ec978e87455b949cff0df4d36ec3f097fc Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Sat, 23 Jan 2016 12:03:46 +0100 Subject: [PATCH] remove extra space leading to an error The line was parsed as: execute command "" with removelevel being cleared. --- le.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/le.sh b/le.sh index 0fcaaeb0..117bbd55 100755 --- a/le.sh +++ b/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