summaryrefslogtreecommitdiffstats
path: root/kickstart.sh
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-05-27 01:43:34 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-05-27 01:43:34 +0300
commit654c79f05ddf414d2719e731da3b9df4c4465923 (patch)
tree7e197944cec6e2935db4b93c2dbf7a5f608fd737 /kickstart.sh
parent1c17927b8c1c1ac454a508349c118588199e328f (diff)
kickstart.sh eliminated useless message
Diffstat (limited to 'kickstart.sh')
-rw-r--r--kickstart.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/kickstart.sh b/kickstart.sh
index 335504f45c..253351af47 100644
--- a/kickstart.sh
+++ b/kickstart.sh
@@ -214,9 +214,7 @@ if [ "${ask}" = "1" ]
then
echo >&2 "It failed to install all the required packages, but I can try to install netdata."
read -p "Press ENTER to continue to netdata installation > "
- progress "OK, let me give it a try..."
-else
- progress "OK, downloading netdata..."
+ progress "OK, let's give it a try..."
fi
SOURCE_DST="/usr/src"