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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-03-04 06:16:17 +0300
committernachoparker <nacho@ownyourbits.com>2019-03-05 21:22:12 +0300
commit060f0042f683425b01dce2f922c62c99fadfe1b1 (patch)
tree62da981f7077e4e8de992b3c771af78eef64683e /update.sh
parent41601e94edb61596fea35017c28296d5b738e4d2 (diff)
fix LE cronv1.9.1
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 5774df13..8cc4a476 100755
--- a/update.sh
+++ b/update.sh
@@ -198,6 +198,10 @@ EOF
bash -c "sleep 3 && service php$PHPVER-fpm restart" &
}
+ # fix LE cron
+ is_active_app letsencrypt && run_app letsencrypt
+
+
# remove redundant opcache configuration. Leave until update bug is fixed -> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815968
# Bug #416 reappeared after we moved to php7.2 and debian buster packages. (keep last)
[[ "$( ls -l /etc/php/7.2/fpm/conf.d/*-opcache.ini | wc -l )" -gt 1 ]] && rm "$( ls /etc/php/7.2/fpm/conf.d/*-opcache.ini | tail -1 )"