From 9a59bebe5a1253d2fcb31709200de8b1c0f2c180 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Sat, 15 Jun 2024 13:50:02 -0700 Subject: [PATCH] fix cerbot typo --- etc/cron.d/{cerbot => certbot} | 0 install.sh | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename etc/cron.d/{cerbot => certbot} (100%) diff --git a/etc/cron.d/cerbot b/etc/cron.d/certbot similarity index 100% rename from etc/cron.d/cerbot rename to etc/cron.d/certbot diff --git a/install.sh b/install.sh index 58cecdc..8036fc0 100755 --- a/install.sh +++ b/install.sh @@ -41,8 +41,8 @@ python3 -m venv /opt/certbot /opt/certbot/bin/pip install --upgrade pip /opt/certbot/bin/pip install certbot certbot-apache ln -s /opt/certbot/bin/certbot /usr/bin/certbot -cp etc/cron.d/cerbot /etc/cron.d/cerbot -chmod 644 /etc/cron.d/cerbot +cp etc/cron.d/certbot /etc/cron.d/certbot +chmod 644 /etc/cron.d/certbot mkdir /etc/ssl/letsencrypt chmod 750 /etc/ssl/letsencrypt