File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ) "
You can’t perform that action at this time.
0 commit comments