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:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/update.sh b/update.sh
index 2a515b15..5774df13 100755
--- a/update.sh
+++ b/update.sh
@@ -198,11 +198,6 @@ EOF
bash -c "sleep 3 && service php$PHPVER-fpm restart" &
}
- # fix LE cron
- mkdir -p /etc/letsencrypt/live/
- 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 )"