fixes parenthesis

This commit is contained in:
Keagan McClelland
2020-11-30 20:51:26 -07:00
parent d31b940c50
commit 282675d1f8

View File

@@ -190,7 +190,7 @@ startupSequence foundation = do
withAgentVersionLog_ "App notifications refreshing"
withAgentVersionLog_ "Initializing SSL certificate renewal loop"
void . forkIO . forever $ forkIO $ SSLRenew.renewSslLeafCert foundation *> sleep 86_400
void . forkIO . forever $ forkIO (SSLRenew.renewSslLeafCert foundation) *> sleep 86_400
withAgentVersionLog_ "SSL Renewal daemon started"
-- reloading avahi daemon