mirror of
https://github.com/moul/sshportal.git
synced 2025-01-11 09:59:39 +08:00
Fix the default log path to ./log
This commit is contained in:
parent
9e1c395810
commit
7f26cc1dbb
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -76,7 +76,7 @@ func main() {
|
|||
},
|
||||
cli.StringFlag{
|
||||
Name: "logs-location",
|
||||
Value: "/var/log/sshportal",
|
||||
Value: "./sshportal",
|
||||
Usage: "Store user session files",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue