From 3bbded462044cf9868ef5c0a834f7acd0c68c9d3 Mon Sep 17 00:00:00 2001 From: iacore Date: Fri, 27 Sep 2024 01:54:32 +0000 Subject: [PATCH] ++ --- core/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/config.go b/core/config.go index f331d5e..8acf111 100644 --- a/core/config.go +++ b/core/config.go @@ -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 {