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>2017-11-09 20:46:53 +0300
committernachoparker <nacho@ownyourbits.com>2017-11-10 11:15:38 +0300
commit94b7021f1f3ad0d0d83fbd647b854d5343b077c0 (patch)
tree18008372eefac088d1ef8cf009e5fd49c6e4081e
parent958beefdd7d0ef320a90d991c3abb4b03834b8fc (diff)
nc-nextcloud: added more loggingv0.34.1
-rw-r--r--changelog.md6
-rw-r--r--etc/nextcloudpi-config.d/nc-init.sh4
2 files changed, 7 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md
index 43c72ae9..617849d7 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,9 @@
-[v0.34.0](https://github.com/nextcloud/nextcloudpi/commit/d2f8ce2) (2017-11-06) added redis
+[v0.34.1](https://github.com/nextcloud/nextcloudpi/commit/36d2ee5) (2017-11-09) nc-nextcloud: added more logging
-[v0.33.0](https://github.com/nextcloud/nextcloudpi/commit/c3b35e1) (2017-11-07) added NCP custom theme with new logo
+[v0.34.0](https://github.com/nextcloud/nextcloudpi/commit/bdf1b13) (2017-11-07) added NCP custom theme with new logo
+
+[v0.33.0 ](https://github.com/nextcloud/nextcloudpi/commit/d478a34) (2017-11-06) added redis
[v0.32.7 ](https://github.com/nextcloud/nextcloudpi/commit/555d86b) (2017-11-09) nc-notify-updates: fixes
diff --git a/etc/nextcloudpi-config.d/nc-init.sh b/etc/nextcloudpi-config.d/nc-init.sh
index b44f785a..fb58a25f 100644
--- a/etc/nextcloudpi-config.d/nc-init.sh
+++ b/etc/nextcloudpi-config.d/nc-init.sh
@@ -28,6 +28,8 @@ INFO="This action will configure NextCloud to NextCloudPi defaults.
configure()
{
+ echo "Setting up a clean Nextcloud instance... wait until message 'NC init done'"
+
## RE-CREATE DATABASE TABLE
echo "Setting up database..."
@@ -56,7 +58,7 @@ EOF
## INITIALIZE NEXTCLOUD
- echo "Setting up Nextcloud... wait until message 'NC init done'"
+ echo "Setting up Nextcloud..."
cd /var/www/nextcloud/
rm -f config/config.php