Cleaning in ssh logs and progress appearance
This commit is contained in:
parent
e4905c9769
commit
0c149683ff
3 changed files with 15 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue