diff --git a/bin/ncp-update-nc b/bin/ncp-update-nc index 79a9eb8a7..dc4d759cc 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 77a098794..2d6ad8b21 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