You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
539 o, e := exec.Command(n.binary, "-s", "reload", "-c", cfgPath).CombinedOutput()
540 if e != nil {
541 return fmt.Errorf("%v\n%v", e, string(o))
542 }