Skip to content

Commit 48bcd4b

Browse files
Improve Progress Bar on Apache make and install
1 parent 2cf451d commit 48bcd4b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.dev-tools/install-apache-2.2.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ defaultcolor=$(tput setaf default)
6060
spinner() {
6161
local pid=$!
6262
local delay=0.1
63-
#local spinstr='*'
64-
local spinstr=""
65-
#printf "▓"
63+
local spinstr='*'
6664
while [ "$(ps a | awk '{print $1}' | grep $pid)" ]; do
6765
local temp=${spinstr#?}
6866
printf "${bold}${green}%c" "$spinstr"

0 commit comments

Comments
 (0)