Skip to content

Commit 060f004

Browse files
committed
fix LE cron
1 parent 41601e9 commit 060f004

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

changelog.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11

2-
[v1.9.0](https://github.com/nextcloud/nextcloudpi/commit/6660bf1) (2019-03-03) upgrade to NC15.0.5
2+
[v1.9.1](https://github.com/nextcloud/nextcloudpi/commit/33663b1) (2019-03-03) fix LE cron
33

4-
[v1.8.3 ](https://github.com/nextcloud/nextcloudpi/commit/b2f38db) (2019-02-23) nc-nextcloud: disable .user.ini
4+
[v1.9.0 ](https://github.com/nextcloud/nextcloudpi/commit/b6a8d63) (2019-03-03) upgrade to NC15.0.5
55

6-
[v1.8.2 ](https://github.com/nextcloud/nextcloudpi/commit/1dfa11a) (2019-02-23) nc-limits: autocalculate database memory
6+
[v1.8.3 ](https://github.com/nextcloud/nextcloudpi/commit/19e5008) (2019-02-23) nc-nextcloud: disable .user.ini
77

8-
[v1.8.1 ](https://github.com/nextcloud/nextcloudpi/commit/2a0dc38) (2019-02-22) lamp: adjust mariadb parameters
8+
[v1.8.2 ](https://github.com/nextcloud/nextcloudpi/commit/89d26b4) (2019-02-23) nc-limits: autocalculate database memory
9+
10+
[v1.8.1 ](https://github.com/nextcloud/nextcloudpi/commit/64fa53d) (2019-02-22) lamp: adjust mariadb parameters
911

1012
[v1.8.0](https://github.com/nextcloud/nextcloudpi/commit/602b3f2) (2019-02-23) add nc-maintenance-mode (#809)
1113

update.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ EOF
198198
bash -c "sleep 3 && service php$PHPVER-fpm restart" &
199199
}
200200

201+
# fix LE cron
202+
is_active_app letsencrypt && run_app letsencrypt
203+
204+
201205
# remove redundant opcache configuration. Leave until update bug is fixed -> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815968
202206
# Bug #416 reappeared after we moved to php7.2 and debian buster packages. (keep last)
203207
[[ "$( 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 )"

0 commit comments

Comments
 (0)