From c6fb0bad4b71f103aa90557bab6e2815007d71b7 Mon Sep 17 00:00:00 2001 From: Promofaux Date: Sun, 3 Apr 2016 21:45:00 +0100 Subject: [PATCH] change spinstr to match spinstr in basic-install.sh --- automated install/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/uninstall.sh b/automated install/uninstall.sh index de950a48..7082713a 100755 --- a/automated install/uninstall.sh +++ b/automated install/uninstall.sh @@ -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"