remind to check before issuing with greenlock

This commit is contained in:
AJ ONeal 2017-02-06 11:15:18 -07:00
parent 52036f463c
commit 9948fccf71
1 changed files with 2 additions and 0 deletions

View File

@ -363,6 +363,8 @@ function run() {
, paths: nameparts.length && nameparts || [
defaultWebRoot.replace(/(:hostname|:servername)/g, servername)
]
// TODO check for existing custom path before issuing with greenlock
, _hasCustomPath: !!nameparts.length
};
});
}