From 35e7b51528856630eda7d8049e925963b81c8b0a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 23 Apr 2023 21:43:55 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 06deb1a..cd27801 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -814,8 +814,14 @@ UPDATESERVICE(){ beta="" fi installed_ver=`echo ${latest_release_url} | cut -d/ -f8` - echo -e "${idsCL[Green]}Done${idsCL[Default]}" + + echo + msg="Installing version" + 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 echo -e "${idsCL[LightCyan]}${beta}Download URL: ${idsCL[LightGreen]}${latest_release_url}${idsCL[Default]}" echo