++
This commit is contained in:
parent
c15596a624
commit
3bbded4620
1 changed files with 2 additions and 2 deletions
|
@ -44,9 +44,9 @@ func LoadConfigFromTOML(configPath string) (*Config, error) {
|
|||
|
||||
func LoadConfig() (*Config, error) {
|
||||
configLocations := []string{
|
||||
"/etc/status/",
|
||||
//"/etc/status/",
|
||||
"proto/",
|
||||
"../",
|
||||
//"../",
|
||||
}
|
||||
errMsgPath := ""
|
||||
for _, directory := range configLocations {
|
||||
|
|
Loading…
Reference in a new issue