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>
meesaltena committed
Jun 29, 2020 at 03:47 UTC
37deda9cb8c0e850508fe9efb10dae1cad70eaa1
1 file changed
+1
-1
netdata-installer.sh
+1
-1
@@ -351,7 +351,7 @@ if [ -z "$NETDATA_DISABLE_TELEMETRY" ]; then
351
${TPUT_YELLOW}${TPUT_BOLD}NOTE${TPUT_RESET}:
352
Anonymous usage stats will be collected and sent to Google Analytics.
353
To opt-out, pass --disable-telemetry option to the installer or export
354
- the enviornment variable DO_NOT_TRACK to a non-zero or non-empty value
354
+ the environment variable DO_NOT_TRACK to a non-zero or non-empty value
355
(e.g: export DO_NOT_TRACK=1).
356
357
BANNER4