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