From 216cfcf8812b82920f100a57666c8f314a2c19b9 Mon Sep 17 00:00:00 2001 From: life00 Date: Sat, 6 Jul 2024 14:21:19 +0200 Subject: [PATCH] remove testing code --- awecron.go | 1 - 1 file changed, 1 deletion(-) diff --git a/awecron.go b/awecron.go index b75bc2c..8ed26de 100644 --- a/awecron.go +++ b/awecron.go @@ -241,7 +241,6 @@ func main() { setLog() // getting the config directory cfgDir := getCfgDir() - cfgDir = "/tmp/awecron" // global awecron config var cfg cfgType // getting global awecron configuration