salt/states/roles/maintain/certbot/certbot.sh
2017-08-07 13:25:01 -05:00

3 lines
164 B
Bash
Executable file

echo "Running certbot renew" > /root/scripts/certbot.log
/bin/certbot renew >> /root/scripts/certbot.log
echo "Finished certbot renew" >> /root/scripts/certbot.log