We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474eb67 commit 97db236Copy full SHA for 97db236
pkg/sysinit/macos.go
@@ -38,6 +38,7 @@ func runMacOSDiagnostics() error {
38
}
39
40
// osascript startup disk
41
+ // This is what triggers the popup for 'Automations' on warpbuild-agent
42
osascriptCmd := exec.Command("osascript", "-e", "tell application \"Finder\" to get name of startup disk")
43
if output, err := osascriptCmd.CombinedOutput(); err == nil {
44
log.Logger().Infof("startup disk: %s", strings.TrimSpace(string(output)))
0 commit comments