We reuse appFqdn() here for the webadmin

This commit is contained in:
Johannes Zellner
2017-11-17 00:03:31 +01:00
parent 748d1b8471
commit f7c7a36fc1
+1 -1
View File
@@ -178,7 +178,7 @@ function renewAll(auditSource, callback) {
apps.getAll(function (error, allApps) {
if (error) return callback(error);
allApps.push({ location: config.adminLocation() }); // inject fake webadmin app
allApps.push({ location: config.adminLocation(), domain: config.fqdn() }); // inject fake webadmin app
var expiringApps = [ ];
for (var i = 0; i < allApps.length; i++) {