1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-24 06:42:55 +00:00
This commit is contained in:
neil
2016-03-08 20:18:24 +08:00
parent cd441d4520
commit f8029e2e75
+1 -1
View File
@@ -1054,7 +1054,7 @@ installcert() {
if [ "$Le_ReloadCmd" ] ; then if [ "$Le_ReloadCmd" ] ; then
_info "Run Le_ReloadCmd: $Le_ReloadCmd" _info "Run Le_ReloadCmd: $Le_ReloadCmd"
(cd $DOMAIN_PATH && eval $Le_ReloadCmd) (cd "$DOMAIN_PATH" && eval "$Le_ReloadCmd")
fi fi
} }