+ if _, err := os.Stat("/usr/local/etc/mobius-client-config.yaml"); err == nil {
+ cfgPath = "/usr/local/etc/mobius-client-config.yaml"
+ } else if _, err := os.Stat("/opt/homebrew/etc/mobius-client-config.yaml"); err == nil {
+ cfgPath = "/opt/homebrew/etc/mobius-client-config.yaml"
+ }