better debugs
This commit is contained in:
@@ -219,11 +219,11 @@ async function restartIfActivated() {
|
||||
const activated = await users.isActivated();
|
||||
|
||||
if (!activated) {
|
||||
debug('restartMailIfActivated: skipping restart of mail container since Cloudron is not activated yet');
|
||||
debug('restartIfActivated: skipping restart of mail container since Cloudron is not activated yet');
|
||||
return; // not provisioned yet, do not restart container after dns setup
|
||||
}
|
||||
|
||||
debug('restartMailIfActivated: restarting on activated');
|
||||
debug('restartIfActivated: restarting on activated');
|
||||
await restart();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user