mirror of
https://github.com/rancher/os.git
synced 2025-07-07 11:58:38 +00:00
autoformat
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
45e422d01e
commit
c94a683b87
@ -27,7 +27,6 @@ func AutologinMain() {
|
|||||||
app.Run(os.Args)
|
app.Run(os.Args)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func autologinAction(c *cli.Context) error {
|
func autologinAction(c *cli.Context) error {
|
||||||
cmd := exec.Command("/bin/stty", "sane")
|
cmd := exec.Command("/bin/stty", "sane")
|
||||||
cmd.Stderr = os.Stderr
|
cmd.Stderr = os.Stderr
|
||||||
@ -69,4 +68,3 @@ func autologinAction(c *cli.Context) error {
|
|||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user