From 282675d1f839d7af708b6ce1fdd7ad386f465f35 Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Mon, 30 Nov 2020 20:51:26 -0700 Subject: [PATCH] fixes parenthesis --- agent/src/Application.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/src/Application.hs b/agent/src/Application.hs index 898d11951..e13488b46 100644 --- a/agent/src/Application.hs +++ b/agent/src/Application.hs @@ -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