Change spinstr to match install and uninstall scripts

pull/416/head
Promofaux 8 years ago
parent c6fb0bad4b
commit 0e6e8040ba

@ -74,7 +74,7 @@ fi
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…
Cancel
Save