mirror of https://github.com/jetkvm/kvm.git
fix: config not being loaded
This commit is contained in:
parent
2d2c84df0c
commit
8d97f7054b
|
|
@ -274,6 +274,8 @@ func LoadConfig() {
|
||||||
|
|
||||||
logging.GetRootLogger().UpdateLogLevel(config.DefaultLogLevel)
|
logging.GetRootLogger().UpdateLogLevel(config.DefaultLogLevel)
|
||||||
|
|
||||||
|
config = &loadedConfig
|
||||||
|
|
||||||
configSuccess.Set(1.0)
|
configSuccess.Set(1.0)
|
||||||
configSuccessTime.SetToCurrentTime()
|
configSuccessTime.SetToCurrentTime()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue