This commit is contained in:
2023-02-25 16:59:35 -06:00
parent 1d0621ef7a
commit b480bf1ceb
2 changed files with 3 additions and 1 deletions

View File

@@ -523,7 +523,8 @@ if [ ! -f /opt/idssys/mediamanager/mm.update.stop ]; then
MMSTATUS;;
update);;
clear) echo -e "${idsCL[LightCyan]}Clearing all mm.* files ${idsCL[Default]}";;
clear) echo -e "${idsCL[LightCyan]}Clearing all mm.* files ${idsCL[Default]}"
echo;;
*)
echo -e " Usage: ${idsCL[LightCyan]}mm {option}${idsCL[Default]}"