mirror of
https://github.com/tnodir/fort
synced 2024-11-15 09:17:28 +00:00
UI: Fix empty conf on initial startup.
This commit is contained in:
parent
4497c7b936
commit
75cbfcd2e9
@ -278,6 +278,7 @@ bool ConfManager::load(FirewallConf &conf)
|
||||
|
||||
if (isNewConf) {
|
||||
setupDefault(conf);
|
||||
saveToDb(conf);
|
||||
}
|
||||
|
||||
settings()->readConfIni(conf);
|
||||
|
Loading…
Reference in New Issue
Block a user