Fix the default log path to ./log

This commit is contained in:
Manuel 2018-01-04 11:45:05 +01:00
parent 9e1c395810
commit 7f26cc1dbb

View file

@ -76,7 +76,7 @@ func main() {
},
cli.StringFlag{
Name: "logs-location",
Value: "/var/log/sshportal",
Value: "./sshportal",
Usage: "Store user session files",
},
},