Update run.sh

This commit is contained in:
2022-06-16 19:26:59 -05:00
parent 8c830960ae
commit cd7363c101

2
run.sh
View File

@@ -8,7 +8,7 @@ if [ -f /opt/mm.checking ]; then
if [ ${fd} -gt 300 ]; then
rm -f /opt/mm.checking
else
echo -en "${idsCL[LightCyan]}Try again later, 'mm' program currently in use...${idsCL[Default]}"
echo -e "${idsCL[LightCyan]}Try again later, 'mm' program currently in use...${idsCL[Default]}"
fi
fi
if [ ! -f /opt/mm.checking ]; then