mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +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
|
||||
local temp=${spinstr#?}
|
||||
printf " [%c] " "${spinstr}"
|
||||
local spinstr=${temp}${spinstr%"${temp}"}
|
||||
local spinstr=${temp}${spinstr%"$temp}"}
|
||||
sleep ${delay}
|
||||
printf "\b\b\b\b\b\b"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue