change sync endpoints to synchronous calls
This commit is contained in:
@@ -253,8 +253,6 @@ func (instance *Instance) RebuildBoot() {
|
||||
eligibleBoot[string(k)] = true
|
||||
}
|
||||
|
||||
log.Println(eligibleBoot)
|
||||
|
||||
x := strings.Split(instance.configBoot, "order=") // should be a;b;c;d ...
|
||||
if len(x) == 2 {
|
||||
y := strings.Split(x[1], ";")
|
||||
|
Reference in New Issue
Block a user