mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
remove bad {
This commit is contained in:
parent
21b906e0e0
commit
ec4f5007e7
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ spinner() {
|
||||||
while [ "$(ps a | awk '{print $1}' | grep "${pid}")" ]; do
|
while [ "$(ps a | awk '{print $1}' | grep "${pid}")" ]; do
|
||||||
local temp=${spinstr#?}
|
local temp=${spinstr#?}
|
||||||
printf " [%c] " "${spinstr}"
|
printf " [%c] " "${spinstr}"
|
||||||
local spinstr=${temp}${spinstr%"${temp}"}
|
local spinstr=${temp}${spinstr%"$temp}"}
|
||||||
sleep ${delay}
|
sleep ${delay}
|
||||||
printf "\b\b\b\b\b\b"
|
printf "\b\b\b\b\b\b"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue