diff --git a/mm-scripts.sh b/mm-scripts.sh index 53f0d7f..cad835b 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -859,6 +859,13 @@ UPDATESERVICE(){ elif [ "${MM_UPDATE_REPO[${usrvc}]}" == "systemd" ]; then + 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 + msg="Updating service" c=0; spc=''; spc1=$((${cw_spc}-${#msg})) until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done