From 98489e68b41130d9c5461c2436e6ca5b6305cdd4 Mon Sep 17 00:00:00 2001 From: Costa Tsaousis Date: Sat, 14 May 2016 01:53:36 +0300 Subject: aesthetic changes in installer --- netdata-installer.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'netdata-installer.sh') diff --git a/netdata-installer.sh b/netdata-installer.sh index 2663e7e3cf..ec6f09b382 100755 --- a/netdata-installer.sh +++ b/netdata-installer.sh @@ -558,6 +558,7 @@ if [ $? -ne 0 ] else echo >&2 "OK. NetData Started!" fi +echo >&2 # ----------------------------------------------------------------------------- @@ -565,6 +566,9 @@ fi if [ ! -s "${NETDATA_PREFIX}/etc/netdata/netdata.conf" ] then + echo >&2 + echo >&2 "-------------------------------------------------------------------------------" + echo >&2 echo >&2 "Downloading default configuration from netdata..." sleep 5 @@ -818,10 +822,5 @@ cat <<-END Enjoy! - Give netdata a Github Star, at: - - https://github.com/firehol/netdata/wiki - - END echo >&2 "Uninstall script generated: ./netdata-uninstaller.sh" -- cgit v1.2.3