Update mm-scripts.sh

This commit is contained in:
2023-04-29 21:33:36 -05:00
parent 6b5a78c3bc
commit 3c57b9ec5f

View File

@@ -1356,8 +1356,13 @@ USAGE(){
echo -e " ${idsCL[Yellow]}update ${idsCL[Default]}--> Check for and install new MM updates"
echo -e " ${idsCL[Yellow]}clear ${idsCL[Default]}--> Clear all tmp system files, not normally needed"
echo -e " ${idsCL[Yellow]}setup ${idsCL[Default]}--> Setup/Reconfigure (Network/MM Config/SSHFS Mount)"
echo ""
echo ""
echo
echo
srvcs2="$(join_by , ${MM_SERVICES})"; srvcs2=${SERVICESCHECK/snap.tautulli.tautulli/tautulli}
echo -e " Services Available: ${idsCL[LightCyan]}"
echo
echo -e " ${idsCL[Yellow]}${srvcs2}${idsCL[Default]}"
}