diff --git a/main.go b/main.go index cd8989fa..fde53631 100644 --- a/main.go +++ b/main.go @@ -150,7 +150,7 @@ func showSetting(show bool) { fmt.Println("current panel settings as follows:") fmt.Println("username:", username) - fmt.Println("password:", userpasswd) + fmt.Println("password: [REDACTED]") fmt.Println("port:", port) if webBasePath != "" { fmt.Println("webBasePath:", webBasePath)