mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
fix: set default value of the start cmd of the terminal
This commit is contained in:
parent
7ea0aad938
commit
1e2859c184
1 changed files with 3 additions and 1 deletions
|
@ -4,4 +4,6 @@ type Terminal struct {
|
||||||
StartCmd string `json:"start_cmd" protected:"true"`
|
StartCmd string `json:"start_cmd" protected:"true"`
|
||||||
}
|
}
|
||||||
|
|
||||||
var TerminalSettings = &Terminal{}
|
var TerminalSettings = &Terminal{
|
||||||
|
StartCmd: "login",
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue