* clients: move container object to "config"
Now the functions use parameter, not a global object.
This commit is contained in:
@@ -108,7 +108,7 @@ func run(args options) {
|
||||
os.Exit(0)
|
||||
}()
|
||||
|
||||
clientsInit()
|
||||
config.clients.Init()
|
||||
|
||||
if !config.firstRun {
|
||||
// Do the upgrade if necessary
|
||||
|
||||
Reference in New Issue
Block a user