updated debug statement

This commit is contained in:
Rahul Somasundaram
2021-09-01 11:46:10 +05:30
parent 32089ea272
commit 8b07a67133
7 changed files with 5803 additions and 14 deletions

View File

@@ -226,6 +226,6 @@ module.exports = function () {
return setupJwt()
.then(setupDefaultUser)
.then(setupDefaultSettings)
.then(setupCertbotPlugins)
// .then(setupCertbotPlugins)
.then(setupLogrotation);
};