This commit is contained in:
neil 2016-03-08 20:18:24 +08:00
parent cd441d4520
commit f8029e2e75
1 changed files with 1301 additions and 1301 deletions

2
le.sh
View File

@ -1054,7 +1054,7 @@ installcert() {
if [ "$Le_ReloadCmd" ] ; then
_info "Run Le_ReloadCmd: $Le_ReloadCmd"
(cd $DOMAIN_PATH && eval $Le_ReloadCmd)
(cd "$DOMAIN_PATH" && eval "$Le_ReloadCmd")
fi
}