Update mm-scripts.sh

This commit is contained in:
2023-04-12 19:48:21 -05:00
parent 9a208738b7
commit e8439d7d86

View File

@@ -753,12 +753,10 @@ SHOWSRVCUPDATES(){
#latest_url=${latest_url} | cut -d/ -f8
echo -e "${idsCL[LightCyan]}${MM_SERVICES[${usrvc}]}: (${cur} Releases Currently Selected)${idsCL[Default]}"
[[ $BETA_SERVICES == *${usrvc}* ]] && cur='Beta' || cur='Stable'
echo -e "${idsCL[LightCyan]}${MM_SERVICES[${usrvc}]}:${idsCL[Default]} ${cur} Selected"
echo -en "${idsCL[LightGreen]}Stable Release : ${latest_url}${idsCL[Default]}"
[[ $BETA_SERVICES != *${usrvc}* ]] && echo -e "${idsCL[LightCyan]} <-- currently running" || echo
echo -en "${idsCL[LightGreen]}Beta Release : ${beta_url}${idsCL[Default]}"
[[ $BETA_SERVICES == *${usrvc}* ]] && echo -e "${idsCL[LightCyan]} <-- currently running" || echo
echo
done