update
This commit is contained in:
@@ -523,7 +523,8 @@ if [ ! -f /opt/idssys/mediamanager/mm.update.stop ]; then
|
|||||||
MMSTATUS;;
|
MMSTATUS;;
|
||||||
|
|
||||||
update);;
|
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]}"
|
echo -e " Usage: ${idsCL[LightCyan]}mm {option}${idsCL[Default]}"
|
||||||
|
|||||||
1
run.sh
1
run.sh
@@ -71,6 +71,7 @@ else
|
|||||||
if [ ! -f /opt/idssys/mediamanager/mm.checking ]; then
|
if [ ! -f /opt/idssys/mediamanager/mm.checking ]; then
|
||||||
touch /opt/idssys/mediamanager/mm.checking
|
touch /opt/idssys/mediamanager/mm.checking
|
||||||
/opt/idssys/mediamanager/mm-scripts.sh ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14}
|
/opt/idssys/mediamanager/mm-scripts.sh ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14}
|
||||||
|
rm -f /opt/idssys/mediamanager/mm.checking
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user