summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2016-05-14 01:53:36 +0300
committerCosta Tsaousis <costa@tsaousis.gr>2016-05-14 01:53:36 +0300
commit98489e68b41130d9c5461c2436e6ca5b6305cdd4 (patch)
tree94ce88c3b42c85597626bc401f67614662064bb0 /netdata-installer.sh
parentd2fe6738ba7f76cfd8dad385bd7c3766eb95a961 (diff)
aesthetic changes in installer
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh9
1 files changed, 4 insertions, 5 deletions
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"