mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
minor
This commit is contained in:
parent
a799217ef2
commit
00e163506e
1 changed files with 1 additions and 1 deletions
2
le.sh
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue