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>2018-10-12 01:52:55 +0300
committernachoparker <nacho@ownyourbits.com>2018-10-12 02:13:17 +0300
commitb4555bae1cd139c2967d9f518730cfae5e69ee55 (patch)
tree166625f9824e50d96cb90d764c74b822b951f4aa /bin/ncp-update-nc
parent2ea43f428b67d1ed6f4e622517d2b01000188541 (diff)
upgrade to NC14.0.2v0.63.0
Diffstat (limited to 'bin/ncp-update-nc')
-rwxr-xr-xbin/ncp-update-nc7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/ncp-update-nc b/bin/ncp-update-nc
index 3193dc77..6ac0d137 100755
--- a/bin/ncp-update-nc
+++ b/bin/ncp-update-nc
@@ -175,13 +175,6 @@ echo "Upgrade..."
sudo -u www-data php nextcloud/occ upgrade # && false # test point
sudo -u www-data php nextcloud/occ db:add-missing-indices
-# workaround for updating news to NC14 - bug https://github.com/nextcloud/news/issues/327
-[[ -e /var/www/nextcloud/apps/news ]] && {
- F=/var/www/nextcloud/apps/news/vendor/ezyang/htmlpurifier/maintenance/.htaccess
- [[ -f "$F" ]] || echo "Deny from all" > "$F" || true
- sudo -u www-data php nextcloud/occ integrity:check-app --path=/var/www/nextcloud/apps/news news || true
-}
-
# done
####################
mkdir -p "$DATADIR"/ncp-update-backups