Skip to content

Commit 1e2859c

Browse files
committed
fix: set default value of the start cmd of the terminal
1 parent 7ea0aad commit 1e2859c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

settings/terminal.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ type Terminal struct {
44
StartCmd string `json:"start_cmd" protected:"true"`
55
}
66

7-
var TerminalSettings = &Terminal{}
7+
var TerminalSettings = &Terminal{
8+
StartCmd: "login",
9+
}

0 commit comments

Comments
 (0)