diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-28 16:16:29 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-28 17:28:20 +0300 |
| commit | fdf805f264dd8a5248f9006c5ad57e251673940f (patch) | |
| tree | 3906013ebe6075c81a9c7f7129b237041c880d10 /main.go | |
| parent | baf8c94b2e643e41a4319f0ca55e9c66b64970b0 (diff) | |
minor changes
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
