mirror of
https://github.com/hiskang/acme.sh
synced 2025-06-21 14:56:07 +00:00
minor: eval reload command
This commit is contained in:
parent
f0d0bd2518
commit
c4e1faa481
2
le.sh
2
le.sh
@ -1041,7 +1041,7 @@ installcert() {
|
|||||||
|
|
||||||
if [ "$Le_ReloadCmd" ] ; then
|
if [ "$Le_ReloadCmd" ] ; then
|
||||||
_info "Run Le_ReloadCmd: $Le_ReloadCmd"
|
_info "Run Le_ReloadCmd: $Le_ReloadCmd"
|
||||||
$Le_ReloadCmd
|
eval $Le_ReloadCmd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user