mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-05-12 06:59:30 -05:00
The config controller now reloads network interfaces when factory reset
This commit is contained in:
@@ -187,5 +187,7 @@ module.exports.factoryReset = async () => {
|
||||
timer.stopTimer();
|
||||
timer.startTimer(configDefaults.cron);
|
||||
|
||||
await interfaces.requestInterfaces();
|
||||
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user