File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ defaultcolor=$(tput setaf default)
6060spinner () {
6161 local pid=$!
6262 local delay=0.1
63- local spinstr=' *'
63+ # local spinstr='*'
64+ local spinstr=" ▓"
65+ # printf "▓"
6466 while [ " $( ps a | awk ' {print $1}' | grep $pid ) " ]; do
6567 local temp=${spinstr# ?}
6668 printf " ${bold}${green} %c" " $spinstr "
@@ -114,10 +116,12 @@ wget https://github.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/raw/maste
114116tar -xvf httpd-2.2.25.tar.gz > /dev/null
115117cd httpd-2.2.25/
116118./configure --prefix=/usr/local/apache2 --enable-mods-shared=all --enable-deflate --enable-proxy --enable-proxy-balancer --enable-proxy-http > /dev/null
119+ printf ' \n'
117120echo " ${bold}${green} Building Apache 2.2.25"
118121printf ' \n'
119122make & > apache2build.log &
120123spinner
124+ printf ' \n'
121125echo " ${bold}${green} Installing Apache 2.2.25"
122126printf ' \n'
123127sudo make -s install & > apache2build.log &
You can’t perform that action at this time.
0 commit comments