Update mm-scripts.sh
This commit is contained in:
@@ -491,14 +491,13 @@ if [ ! -f /opt/idssys/mediamanager/mm.update.stop ]; then
|
|||||||
update);;
|
update);;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo -e "Usage: ${idsCL[LightCyan]}mm${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"
|
||||||
echo -e " ${idsCL[Yellow]}check${idsCL[Default]} --> Crontab job to maintain VPN and services, run */1 min)"
|
echo -e " ${idsCL[Yellow]}check${idsCL[Default]} --> Crontab job to maintain VPN and services, run */1 min)"
|
||||||
echo -e " ${idsCL[Yellow]}status${idsCL[Default]} --> View VPN and service status"
|
echo -e " ${idsCL[Yellow]}status${idsCL[Default]} --> View VPN and service status"
|
||||||
echo -e " ${idsCL[Yellow]}update${idsCL[Default]} --> Check for and install new updates"
|
echo -e " ${idsCL[Yellow]}update${idsCL[Default]} --> Check for and install new updates"
|
||||||
echo -e "}"
|
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
echo ""
|
||||||
exit 0;;
|
exit 0;;
|
||||||
|
|||||||
Reference in New Issue
Block a user