1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 18:30:08 +00:00

Stabilize launch agent hint test

This commit is contained in:
Tw93
2026-03-14 22:56:31 +08:00
parent 2e6553ab2b
commit a61d959d7f

View File

@@ -157,5 +157,6 @@ show_user_launch_agent_hint_notice
EOT5
[ "$status" -eq 0 ]
[[ -z "$output" ]]
[[ "$output" != *"Potential stale login item:"* ]]
[[ "$output" != *"Review: open ~/Library/LaunchAgents"* ]]
}