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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()
}
}
}