From 67dcb1fa808224cfb56d46c53e1fda2527eacbaf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 23 Apr 2023 22:15:25 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index c41dc91..005f0ba 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -859,7 +859,6 @@ UPDATESERVICE(){ c=0; spc=''; spc1=$((${cw_spc}-${#msg})) until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -e "${idsCL[White]}${msg}${spc} : ${idsCL[Green]}${installed_ver}${idsCL[Default]}" - echo msg="Updating service" c=0; spc=''; spc1=$((${cw_spc}-${#msg}))