Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kickstart.sh not displaying line breaks (\n) correctly. #8422

Closed
NinoM4ster opened this issue Mar 18, 2020 · 1 comment · Fixed by #8447
Closed

kickstart.sh not displaying line breaks (\n) correctly. #8422

NinoM4ster opened this issue Mar 18, 2020 · 1 comment · Fixed by #8447
Assignees
Labels
area/packaging Packaging and operating systems support bug

Comments

@NinoM4ster
Copy link

NinoM4ster commented Mar 18, 2020

Bug report summary

Hello! While reinstalling Netdata on two Ubuntu systems with the Kickstart script, I noticed that in some parts, the script fails to display a line break properly, instead showing a literal \n:

image

OS / Environment
Linux apollo 4.4.0-174-generic #204-Ubuntu SMP Wed Jan 29 06:41:01 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
/etc/lsb-release:DISTRIB_ID=Ubuntu
/etc/lsb-release:DISTRIB_RELEASE=16.04
/etc/lsb-release:DISTRIB_CODENAME=xenial
/etc/lsb-release:DISTRIB_DESCRIPTION="Ubuntu 16.04.6 LTS"
/etc/os-release:NAME="Ubuntu"
/etc/os-release:VERSION="16.04.6 LTS (Xenial Xerus)"
/etc/os-release:ID=ubuntu
/etc/os-release:ID_LIKE=debian
/etc/os-release:PRETTY_NAME="Ubuntu 16.04.6 LTS"
/etc/os-release:VERSION_ID="16.04"
/etc/os-release:VERSION_CODENAME=xenial
/etc/os-release:UBUNTU_CODENAME=xenial
Netdata version

netdata v1.20.0

Component Name

kickstart.sh instalation script (https://my-netdata.io/kickstart.sh)

Steps To Reproduce
  1. Execute the kickstart.sh file as instructed here (in my case I supplied --stable-channel --disable-telemetry as arguments)
  2. Follow the installation instructions and watch.
Expected behavior

You should see the line breaks working correctly.

@NinoM4ster NinoM4ster added bug needs triage Issues which need to be manually labelled labels Mar 18, 2020
@prologic
Copy link
Contributor

Hi @NinoM4ster this was already fixed by was already fixed by #8326 #8325 and #8324 So if you remove the --stable-channel option you won't see this. That being said I've put up #8447 to improve this a bit more as well as #8446 that applies similar fixes for the uninstaller.

Thanks for reporting!

@prologic prologic added area/packaging Packaging and operating systems support and removed needs triage Issues which need to be manually labelled labels Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/packaging Packaging and operating systems support bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants