mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-10 09:51:51 +02:00
Fix perms for http/ssh clone (#288)
This commit is contained in:
@ -30,7 +30,7 @@ var CmdStart = cli.Command{
|
||||
Usage: "Start Opengist server",
|
||||
Action: func(ctx *cli.Context) error {
|
||||
Initialize(ctx)
|
||||
go web.NewServer(os.Getenv("OG_DEV") == "1").Start()
|
||||
go web.NewServer(os.Getenv("OG_DEV") == "1", path.Join(config.GetHomeDir(), "sessions")).Start()
|
||||
go ssh.Start()
|
||||
select {}
|
||||
},
|
||||
|
Reference in New Issue
Block a user