mirror of
https://github.com/moul/sshportal.git
synced 2025-01-26 01:18:58 +08:00
fix log location
This commit is contained in:
parent
7f26cc1dbb
commit
0295eedb6e
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: "./sshportal",
|
||||
Value: "./log",
|
||||
Usage: "Store user session files",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue