Skip to content

Commit 0266991

Browse files
committed
fix
1 parent eaa27a7 commit 0266991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var CmdStart = cli.Command{
3838
Initialize(ctx)
3939

4040
server := server.NewServer(os.Getenv("OG_DEV") == "1", path.Join(config.GetHomeDir(), "sessions"), false)
41-
go server.StartAuto()
41+
go server.Start()
4242
go ssh.Start()
4343

4444
<-stopCtx.Done()

0 commit comments

Comments
 (0)