This commit is contained in:
Emile Nijssen 2021-05-23 14:38:33 +02:00
parent e5eda35965
commit e89e364b36
2 changed files with 2 additions and 0 deletions

View file

@ -46,6 +46,7 @@ module.exports = class WireGuard {
},
clients: {},
};
debug('Configuration generated.');
}
await this.__saveConfig(config);