The config controller now reloads network interfaces when factory reset

This commit is contained in:
Mathias Wagner
2024-05-21 15:53:21 +02:00
parent 2dce1c7056
commit d9d52ce5ed

View File

@@ -187,5 +187,7 @@ module.exports.factoryReset = async () => {
timer.stopTimer();
timer.startTimer(configDefaults.cron);
await interfaces.requestInterfaces();
return true;
}