Commit f8029e2e authored by neil's avatar neil
Browse files

minor

parent cd441d45
...@@ -1054,7 +1054,7 @@ installcert() { ...@@ -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
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment