friendly messaging

This commit is contained in:
Keagan McClelland
2020-08-04 17:44:06 -06:00
parent f9bba3b65b
commit 64c35f3807

View File

@@ -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