Re-check after

This commit is contained in:
Max Goedjen
2020-11-12 19:17:32 -08:00
committed by GitHub
parent 08b5c7b13c
commit f2092e597a

View File

@@ -41,6 +41,7 @@ struct Secretive: App {
// We've run setup, we didn't just update, launchd is just not doing it's thing.
// Force a launch directly.
LaunchAgentController().forceLaunch()
agentStatusChecker.check()
}
}
}