mirror of
https://github.com/moul/sshportal.git
synced 2025-01-27 18:08:51 +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{
|
cli.StringFlag{
|
||||||
Name: "logs-location",
|
Name: "logs-location",
|
||||||
Value: "./sshportal",
|
Value: "./log",
|
||||||
Usage: "Store user session files",
|
Usage: "Store user session files",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue