Update mm-scripts.sh

This commit is contained in:
2023-02-23 22:00:46 -06:00
parent bf46f28171
commit b1d9d3012a

View File

@@ -491,7 +491,7 @@ if [ ! -f /opt/idssys/mediamanager/mm.update.stop ]; then
update);; update);;
*) *)
echo -e "Usage: ${idsCL[LightCyan]}mm {option}${idsCL[Default]}" echo -e " Usage: ${idsCL[LightCyan]}mm {option}${idsCL[Default]}"
echo -e " ${idsCL[Yellow]}start${idsCL[Default]} --> Start services" echo -e " ${idsCL[Yellow]}start${idsCL[Default]} --> Start services"
echo -e " ${idsCL[Yellow]}stop${idsCL[Default]} --> Stop services" echo -e " ${idsCL[Yellow]}stop${idsCL[Default]} --> Stop services"
echo -e " ${idsCL[Yellow]}restart${idsCL[Default]} --> Restart services" echo -e " ${idsCL[Yellow]}restart${idsCL[Default]} --> Restart services"