From 0e6e8040ba661cb24e1258febfccd28d13f52793 Mon Sep 17 00:00:00 2001 From: Promofaux Date: Sun, 3 Apr 2016 21:54:16 +0100 Subject: [PATCH] Change spinstr to match install and uninstall scripts --- gravity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gravity.sh b/gravity.sh index c03cc1da..4f6713c1 100755 --- a/gravity.sh +++ b/gravity.sh @@ -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"