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
parent41601e94edb61596fea35017c28296d5b738e4d2 (diff)
fix LE cronv1.9.1
-rw-r--r--changelog.md10
-rwxr-xr-xupdate.sh4
2 files changed, 10 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md
index 56828488..4473b26b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,11 +1,13 @@
-[v1.9.0](https://github.com/nextcloud/nextcloudpi/commit/6660bf1) (2019-03-03) upgrade to NC15.0.5
+[v1.9.1](https://github.com/nextcloud/nextcloudpi/commit/33663b1) (2019-03-03) fix LE cron
-[v1.8.3 ](https://github.com/nextcloud/nextcloudpi/commit/b2f38db) (2019-02-23) nc-nextcloud: disable .user.ini
+[v1.9.0 ](https://github.com/nextcloud/nextcloudpi/commit/b6a8d63) (2019-03-03) upgrade to NC15.0.5
-[v1.8.2 ](https://github.com/nextcloud/nextcloudpi/commit/1dfa11a) (2019-02-23) nc-limits: autocalculate database memory
+[v1.8.3 ](https://github.com/nextcloud/nextcloudpi/commit/19e5008) (2019-02-23) nc-nextcloud: disable .user.ini
-[v1.8.1 ](https://github.com/nextcloud/nextcloudpi/commit/2a0dc38) (2019-02-22) lamp: adjust mariadb parameters
+[v1.8.2 ](https://github.com/nextcloud/nextcloudpi/commit/89d26b4) (2019-02-23) nc-limits: autocalculate database memory
+
+[v1.8.1 ](https://github.com/nextcloud/nextcloudpi/commit/64fa53d) (2019-02-22) lamp: adjust mariadb parameters
[v1.8.0](https://github.com/nextcloud/nextcloudpi/commit/602b3f2) (2019-02-23) add nc-maintenance-mode (#809)
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 )"