1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-08-26 15:42:31 +03:00

Revert "updated debug statement"

This reverts commit 8b07a67133.
This commit is contained in:
Rahul Somasundaram
2021-09-01 11:47:47 +05:30
parent 8b07a67133
commit 273a81471d
7 changed files with 14 additions and 5803 deletions

View File

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