diff --git a/src/Application.hs b/src/Application.hs index 07f1929..c53fa1a 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -184,6 +184,7 @@ startApp foundation = do -- certbot renew loop void . forkIO $ forever $ flip runReaderT foundation $ do shouldRenew <- doesSslNeedRenew + putStrLn @Text $ "Checking if SSL Certs should be renewed: " <> show shouldRenew when shouldRenew $ do putStrLn @Text "Renewing SSL Certs." renewSslCerts