summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authormeesaltena <Mees.altena@gmail.com>2020-06-29 03:47:59 +0200
committerAustin S. Hemmelgarn <austin@netdata.cloud>2020-07-01 10:00:12 -0400
commit37deda9cb8c0e850508fe9efb10dae1cad70eaa1 (patch)
treeffe9347a4fe28fd1c299142ada490d1d33cf03e0 /netdata-installer.sh
parent8fad3b91c0b4b4a151e8ed78f9091847b7c9b0cf (diff)
Fix typo in netdata-installer.sh (#9433)
* [ci skip] create nightly packages and update changelog * [Package amd64 DEB][Build latest] Package build process trigger * [Package i386 DEB][Build latest] Package build process trigger * [Package amd64 RPM][Build latest] Package build process trigger * Stop reading from /proc/sys/kernel/osrelease at trailing newline. (#9374) Remove new line that was creating wrong log information. * fixed typo Co-authored-by: netdatabot <bot@netdata.cloud> Co-authored-by: Jeff Cook <jeff@jeffcook.io>
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index f5b5ba3241..5c5767ae5d 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -351,7 +351,7 @@ if [ -z "$NETDATA_DISABLE_TELEMETRY" ]; then
${TPUT_YELLOW}${TPUT_BOLD}NOTE${TPUT_RESET}:
Anonymous usage stats will be collected and sent to Google Analytics.
To opt-out, pass --disable-telemetry option to the installer or export
- the enviornment variable DO_NOT_TRACK to a non-zero or non-empty value
+ the environment variable DO_NOT_TRACK to a non-zero or non-empty value
(e.g: export DO_NOT_TRACK=1).
BANNER4