From 00e163506e18af3f20037f455b9a469858be3bed Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 26 Dec 2015 23:36:12 +0800 Subject: [PATCH] minor --- le.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/le.sh b/le.sh index 1a1e6261..b29b0d0c 100755 --- a/le.sh +++ b/le.sh @@ -458,7 +458,7 @@ issue() { fi _setopt $DOMAIN_CONF "Le_ReloadCmd" "=" "\"$Le_ReloadCmd\"" - if [ "Le_ReloadCmd" ] ; then + if [ "$Le_ReloadCmd" ] ; then _info "Run Le_ReloadCmd: $Le_ReloadCmd" $Le_ReloadCmd fi