- app: fix crash on starting DNS server after installation
This commit is contained in:
parent
3baa6919dc
commit
b8d9ca942c
2
app.go
2
app.go
|
@ -95,6 +95,8 @@ func run(args options) {
|
|||
os.Exit(0)
|
||||
}()
|
||||
|
||||
clientsInit()
|
||||
|
||||
if !config.firstRun {
|
||||
// Do the upgrade if necessary
|
||||
err := upgradeConfig()
|
||||
|
|
Loading…
Reference in New Issue