3 lines
164 B
Bash
3 lines
164 B
Bash
echo "Running certbot renew" > /root/scripts/certbot.log
|
|
/bin/certbot renew >> /root/scripts/certbot.log
|
|
echo "Finished certbot renew" >> /root/scripts/certbot.log
|