mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
Add $SUDO call to spinner() in gravity.sh
This commit is contained in:
parent
eec14be10d
commit
cebdcc71a7
@ -85,7 +85,7 @@ spinner(){
|
||||
|
||||
spin='-\|/'
|
||||
i=0
|
||||
while kill -0 $pid 2>/dev/null
|
||||
while $SUDO kill -0 $pid 2>/dev/null
|
||||
do
|
||||
i=$(( (i+1) %4 ))
|
||||
printf "\b${spin:$i:1}"
|
||||
|
Loading…
Reference in New Issue
Block a user