Cleaning in ssh logs and progress appearance

This commit is contained in:
absurdo 2023-09-03 17:36:49 +02:00
parent e4905c9769
commit 0c149683ff
3 changed files with 15 additions and 7 deletions

View file

@ -107,7 +107,7 @@ sudo /opt/certbot/bin/pip install --upgrade pip
sudo /opt/certbot/bin/pip install certbot certbot
echo "0 0,12 * * * root /opt/certbot/bin/python -c 'import random; import time; time.sleep(random.random() * 3600)' && sudo certbot renew -q" | sudo tee -a /etc/crontab > /dev/null
echo "0 0,12 * * * root /opt/certbot/bin/python -c 'import random; import time; time.sleep(random.random() * 3600)' && sudo certbot renew -q" | sudo tee -a /etc/cron.d/certbot > /dev/null
sudo ln -sf /opt/certbot/bin/certbot /usr/bin/certbot