mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
change spinstr to match spinstr in basic-install.sh
This commit is contained in:
parent
2d08217173
commit
c6fb0bad4b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ spinner()
|
|||
{
|
||||
local pid=$1
|
||||
local delay=0.50
|
||||
local spinstr='|/-\'
|
||||
local spinstr='/-\|'
|
||||
while [ "$(ps a | awk '{print $1}' | grep "$pid")" ]; do
|
||||
local temp=${spinstr#?}
|
||||
printf " [%c] " "$spinstr"
|
||||
|
|
Loading…
Reference in a new issue