Update mm-scripts.sh

This commit is contained in:
2023-04-21 15:55:10 -05:00
parent 20b0aa6d1f
commit e2095f87e3

View File

@@ -722,7 +722,7 @@ UPDATESERVICE(){
elif [ "${MM_UPDATE_REPO[${usrvc}]}" == "systemd" ]; then
msg="Updating"
msg="Updating service"
c=0; spc=''; spc1=$((${cw_spc}-${#msg}))
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
echo -en "${idsCL[White]}${msg}${spc} : ${idsCL[Default]}"