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 9d88718 commit 3267707Copy full SHA for 3267707
components/workspacekit/cmd/rings.go
@@ -184,6 +184,9 @@ var ring0Cmd = &cobra.Command{
184
log.WithError(err).Error("unexpected exit")
185
return
186
}
187
+ log.Info("ring0 ---- start sleeping")
188
+ time.Sleep(20 * time.Minute)
189
+ log.Info("ring0 ---- end sleeping")
190
exitCode = 0 // once we get here everythings good
191
},
192
0 commit comments