]> arthur.barton.de Git - netdata.git/commitdiff
aesthetic changes in installer
authorCosta Tsaousis <costa@tsaousis.gr>
Fri, 13 May 2016 22:53:36 +0000 (01:53 +0300)
committerCosta Tsaousis <costa@tsaousis.gr>
Fri, 13 May 2016 22:53:36 +0000 (01:53 +0300)
netdata-installer.sh

index 2663e7e3cf6be7ab9de1432f516d5d87a22b6088..ec6f09b382de0023b7888908855ca8f1650c12e9 100755 (executable)
@@ -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"