remind to check before issuing with greenlock

This commit is contained in:
AJ ONeal 2017-02-06 11:15:18 -07:00
父節點 52036f463c
當前提交 9948fccf71

查看文件

@ -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
};
});
}