Update mm-scripts.sh
This commit is contained in:
@@ -722,7 +722,7 @@ UPDATESERVICE(){
|
|||||||
|
|
||||||
elif [ "${MM_UPDATE_REPO[${usrvc}]}" == "systemd" ]; then
|
elif [ "${MM_UPDATE_REPO[${usrvc}]}" == "systemd" ]; then
|
||||||
|
|
||||||
msg="Updating"
|
msg="Updating service"
|
||||||
c=0; spc=''; spc1=$((${cw_spc}-${#msg}))
|
c=0; spc=''; spc1=$((${cw_spc}-${#msg}))
|
||||||
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
|
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
|
||||||
echo -en "${idsCL[White]}${msg}${spc} : ${idsCL[Default]}"
|
echo -en "${idsCL[White]}${msg}${spc} : ${idsCL[Default]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user