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