summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-05-23 19:20:39 +0200
committerGitHub <noreply@github.com>2019-05-23 19:20:39 +0200
commitff31a1599bcb9584d028cdcc8352a0a7171e1b7c (patch)
treea455feed3f33a98e6c9a30a17a725e79737b04ec /netdata-installer.sh
parenta941d189a6d38c82662f25cd30184a7fd7797e49 (diff)
Mention anonymous statistics in additional places in the docs (#6084)
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index 63910bda0e..7b9eab81b5 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -1038,6 +1038,8 @@ EOF
# Opt-out from telemetry program
if [ -n "${NETDATA_DISABLE_TELEMETRY+x}" ]; then
touch "${NETDATA_USER_CONFIG_DIR}/.opt-out-from-anonymous-statistics"
+else
+ progress "You can opt out from anonymous statistics via the --disable-telemetry option, or by creating an empty file ${NETDATA_USER_CONFIG_DIR}/.opt-out-from-anonymous-statistics"
fi
# -----------------------------------------------------------------------------