From 29da1b5e86f9d90569d0b9943220ad1306ccda1f Mon Sep 17 00:00:00 2001 From: nachoparker Date: Mon, 4 Dec 2017 14:58:05 +0100 Subject: nc-info: warn of long operation --- changelog.md | 4 +++- etc/nextcloudpi-config.d/nc-info.sh | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1b0a6dd2..475739c3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,7 @@ -[v0.41.0](https://github.com/nextcloud/nextcloudpi/commit/a97fb59) (2017-12-04) updated to NC12.0.4 +[v0.41.1](https://github.com/nextcloud/nextcloudpi/commit/d472c6c) (2017-12-04) nc-info: warn of long operation + +[v0.41.0](https://github.com/nextcloud/nextcloudpi/commit/d191176) (2017-12-04) updated to NC12.0.4 [v0.40.0 ](https://github.com/nextcloud/nextcloudpi/commit/3b799fa) (2017-12-03) added btrfs snapshots diff --git a/etc/nextcloudpi-config.d/nc-info.sh b/etc/nextcloudpi-config.d/nc-info.sh index 6eefb8e7..8ff1bc69 100644 --- a/etc/nextcloudpi-config.d/nc-info.sh +++ b/etc/nextcloudpi-config.d/nc-info.sh @@ -20,6 +20,7 @@ configure() # info local OUT="$( ncp-diag )" + echo "Gathering information..." echo "$OUT" | column -t -s'|' # suggestions -- cgit v1.2.3