We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea0aad commit 1e2859cCopy full SHA for 1e2859c
settings/terminal.go
@@ -4,4 +4,6 @@ type Terminal struct {
4
StartCmd string `json:"start_cmd" protected:"true"`
5
}
6
7
-var TerminalSettings = &Terminal{}
+var TerminalSettings = &Terminal{
8
+ StartCmd: "login",
9
+}
0 commit comments