Remove -x from renew.sh script to avoid empty cron messages.

This commit is contained in:
sparrowhawk 2021-03-16 11:04:26 +01:00
parent 1370abb991
commit 5e2a28d929
No known key found for this signature in database
GPG Key ID: 6778C9C29C02D691
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@
cat << EOF
#!/bin/sh
set -x
CERT_SOURCE=$CONFDIR/$MAIN_DOMAIN/cert.pem
KEY_SOURCE=$CONFDIR/private/$MAIN_DOMAIN/key.pem