change config file to avoid name conflict

This commit is contained in:
Aliberk Sandıkçı 2023-07-29 11:32:20 +03:00
parent 081c192415
commit 4a3b582387
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ func main() {
{"Time", time.Now().Format("2006.01.02 15:04:05")}, {"Time", time.Now().Format("2006.01.02 15:04:05")},
} }
f, err := os.Create(configDir + "daemon.conf") f, err := os.Create(configDir + "cdaemon.conf")
if err != nil { if err != nil {
log.Fatal(err) log.Fatal(err)
} }