From fdf805f264dd8a5248f9006c5ad57e251673940f Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Tue, 28 May 2024 15:16:29 +0200 Subject: minor changes --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 9512dbda..42514127 100644 --- a/main.go +++ b/main.go @@ -147,7 +147,7 @@ func showSetting(show bool) { fmt.Println("current panel settings as follows:") fmt.Println("username:", username) - fmt.Println("userpasswd:", userpasswd) + fmt.Println("password:", userpasswd) fmt.Println("port:", port) if webBasePath != "" { fmt.Println("webBasePath:", webBasePath) -- cgit v1.2.3