1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-21 21:32:56 +00:00

minor: eval reload command

This commit is contained in:
neil
2016-03-04 16:40:34 +08:00
parent f0d0bd2518
commit c4e1faa481
+1 -1
View File
@@ -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
} }