Remove customized send log

This commit is contained in:
Luis Guzmán 2020-04-13 13:39:25 -05:00
parent fc8e5a43ad
commit 92c7063bd2
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ systemctl stop $1
sed -i "s|/etc/jitsi/meet/$3.key|/etc/letsencrypt/live/$3/privkey.pem|" $4
systemctl restart $1
#Add cron
crontab -l | { cat; echo "@weekly certbot renew --${2} > $LE_RENEW_LOG 2>&1 || mail -s 'LE SSL Errors' $SYSADMIN_EMAIL < $LE_RENEW_LOG"; } | crontab -
crontab -l | { cat; echo "@weekly certbot renew --${2} > $LE_RENEW_LOG 2>&1"; } | crontab -
crontab -l
}