diff options
-rwxr-xr-x | cron-renew-certs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-renew-certs.sh b/cron-renew-certs.sh index bfb7401..cb63c4b 100755 --- a/cron-renew-certs.sh +++ b/cron-renew-certs.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh set -ex -echo "Updating certs" +echo "Updating certs - $(date --iso=s)" cd /home/bill/apps/certbot docker-compose -f /home/bill/apps/certbot/docker-compose.yml run certbot |