#!/usr/bin/env bash
if [[ -f /var/log/letsencrypt/letsencrypt.log ]]; then
tail -f /var/log/letsencrypt/letsencrypt.log
fi