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-09-25 02:47:02 +0300
committernachoparker <nacho@ownyourbits.com>2018-09-25 02:47:06 +0300
commitcdbb750e716824cc9af11bab33e7cfd5b400416f (patch)
treebff95c55c3180ce7d95729838fe1b4bed0e9036d
parent1150ed8bfeb2d57bcb0a0c0c5623b9cdac787155 (diff)
docker: disable auto-upgrade until it is adapted to containersv0.60.7
-rwxr-xr-xbin/ncp-update-nc2
-rw-r--r--changelog.md6
2 files changed, 6 insertions, 2 deletions
diff --git a/bin/ncp-update-nc b/bin/ncp-update-nc
index 79a9eb8a..dc4d759c 100755
--- a/bin/ncp-update-nc
+++ b/bin/ncp-update-nc
@@ -23,6 +23,8 @@ VER="$1"
# pre-checks
####################
+[[ -f /.docker-image ]] && { echo "This feature is still not available for docker containers"; exit 1; }
+
cd /var/www/
DATADIR="$( grep datadirectory nextcloud/config/config.php | awk '{ print $3 }' | grep -oP "[^']*[^']" | head -1 )"
[[ -d /var/www/nextcloud-old ]] && { echo "Nextcloud backup directory found. Interrupted installation?"; exit 1; }
diff --git a/changelog.md b/changelog.md
index 77a09879..2d6ad8b2 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,9 @@
-[v0.60.6](https://github.com/nextcloud/nextcloudpi/commit/bf1a052) (2018-09-24) nc-format-USB: fix
+[v0.60.7](https://github.com/nextcloud/nextcloudpi/commit/bd464b2) (2018-09-24) docker: disable auto-upgrade until it is adapted to containers
-[v0.60.5](https://github.com/nextcloud/nextcloudpi/commit/3de5fe0) (2018-09-23) armbian: fix locales for ncp-config
+[v0.60.6](https://github.com/nextcloud/nextcloudpi/commit/1150ed8) (2018-09-24) nc-format-USB: fix
+
+[v0.60.5 ](https://github.com/nextcloud/nextcloudpi/commit/3de5fe0) (2018-09-23) armbian: fix locales for ncp-config
[v0.60.4, master](https://github.com/nextcloud/nextcloudpi/commit/a7f0fd2) (2018-09-23) build: use a separate file for NCP database config