mirror of
https://github.com/rancher/os.git
synced 2025-09-07 01:31:06 +00:00
fix current console detection
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -22,6 +22,7 @@ const (
|
||||
)
|
||||
|
||||
func dockerInitAction(c *cli.Context) error {
|
||||
// TODO: this should be replaced by a "Console ready event watcher"
|
||||
for {
|
||||
if _, err := os.Stat(consoleDone); err == nil {
|
||||
break
|
||||
|
Reference in New Issue
Block a user