From 0a8c71360230f0439257d56d77a0755bfc030b06 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Sun, 19 Jun 2022 01:39:41 -0700 Subject: new line for cookiekey in config-init --- util/key.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/key.go b/util/key.go index 60eeb43..bd9c07e 100644 --- a/util/key.go +++ b/util/key.go @@ -42,7 +42,7 @@ func GetCookieKey() (string, error) { defer file.Close() config.CookieKey = encryptcookie.GenerateKey() - file.WriteString("cookiekey:" + config.CookieKey) + file.WriteString("\ncookiekey:" + config.CookieKey) } return config.CookieKey, nil -- cgit v1.2.3