From a38be5ec8aad04d7d2b42593db66384e6493a3a5 Mon Sep 17 00:00:00 2001 From: nacho Date: Sat, 29 Dec 2018 11:32:31 -0700 Subject: curl installer: add provisioning step --- changelog.md | 12 +++++++++++- install.sh | 1 + 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index d0a1122f..a871a112 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,15 @@ -[v0.67.7](https://github.com/nextcloud/nextcloudpi/commit/99fb4a5) (2018-12-16) fix tempdir config +[v0.67.12](https://github.com/nextcloud/nextcloudpi/commit/d04ae7b) (2018-12-29) curl installer: add provisioning step + +[v0.67.11](https://github.com/nextcloud/nextcloudpi/commit/4307b14) (2018-12-27) dynDNS: pdate cron execution interval (#754) + +[v0.67.10](https://github.com/nextcloud/nextcloudpi/commit/2e9440d) (2018-12-23) log2ram: adapt to new name in armbian (#749) + +[v0.67.9 ](https://github.com/nextcloud/nextcloudpi/commit/e87c972) (2018-12-21) docker: fix DATADIR variable in nc-backup (#746) + +[v0.67.8 ](https://github.com/nextcloud/nextcloudpi/commit/9766dc2) (2018-12-17) nc-init: update echo at end when init done. (#738) + +[v0.67.7 ](https://github.com/nextcloud/nextcloudpi/commit/d75ecc2) (2018-12-16) fix tempdir config [v0.67.6 ](https://github.com/nextcloud/nextcloudpi/commit/ca7bc90) (2018-12-06) nc-init: fix missing variable diff --git a/install.sh b/install.sh index 45cca848..be671504 100644 --- a/install.sh +++ b/install.sh @@ -51,6 +51,7 @@ install_script etc/ncp-config.d/nc-nextcloud.sh activate_script etc/ncp-config.d/nc-nextcloud.sh install_script ncp.sh activate_script etc/ncp-config.d/nc-init.sh +bash /usr/local/bin/ncp-provisioning.sh popd -- cgit v1.2.3