This commit is contained in:
neil 2015-12-26 23:36:12 +08:00
parent a799217ef2
commit 00e163506e
1 changed files with 1 additions and 1 deletions

2
le.sh
View File

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