remind to check before issuing with greenlock
This commit is contained in:
parent
52036f463c
commit
9948fccf71
|
@ -363,6 +363,8 @@ function run() {
|
||||||
, paths: nameparts.length && nameparts || [
|
, paths: nameparts.length && nameparts || [
|
||||||
defaultWebRoot.replace(/(:hostname|:servername)/g, servername)
|
defaultWebRoot.replace(/(:hostname|:servername)/g, servername)
|
||||||
]
|
]
|
||||||
|
// TODO check for existing custom path before issuing with greenlock
|
||||||
|
, _hasCustomPath: !!nameparts.length
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue