Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2019-01-29 23:59:24 +0300
committerGitHub <noreply@github.com>2019-01-29 23:59:24 +0300
commit4611cc38a4ec8b5aa14c5feaa0e8d7f87f082634 (patch)
treea61297650e9d79597c97885ffb4a026e1ed77dc1 /lets-encrypt
parent91b4628b9e4a94dc6fd842b52a521d2e6ae28833 (diff)
updates should be done via the update script...
Diffstat (limited to 'lets-encrypt')
-rw-r--r--lets-encrypt/test-new-config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lets-encrypt/test-new-config.sh b/lets-encrypt/test-new-config.sh
index bf7807b9..2cf263c9 100644
--- a/lets-encrypt/test-new-config.sh
+++ b/lets-encrypt/test-new-config.sh
@@ -54,7 +54,7 @@ add_crontab_le() {
DATE='$(date +%Y-%m-%d_%H:%M)'
cat << CRONTAB > "$SCRIPTS/letsencryptrenew.sh"
#!/bin/sh
-if ! certbot renew --quiet > /var/log/letsencrypt/renew.log 2>&1 ; then
+if ! certbot renew --quiet --no-self-upgrade > /var/log/letsencrypt/renew.log 2>&1 ; then
echo "Let's Encrypt FAILED!"--$DATE >> /var/log/letsencrypt/cronjob.log
else
echo "Let's Encrypt SUCCESS!"--$DATE >> /var/log/letsencrypt/cronjob.log