diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index a079a53..e392174 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -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 }