This commit is contained in:
iacore 2024-09-27 01:54:32 +00:00
parent c15596a624
commit 3bbded4620
Signed by: iacore
GPG key ID: F8C16E5157A63006

View file

@ -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 {