Skip to content

Commit

Permalink
fix: set default value of the start cmd of the terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Oct 26, 2024
1 parent 7ea0aad commit 1e2859c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion settings/terminal.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ type Terminal struct {
StartCmd string `json:"start_cmd" protected:"true"`
}

var TerminalSettings = &Terminal{}
var TerminalSettings = &Terminal{
StartCmd: "login",
}

0 comments on commit 1e2859c

Please # to comment.