Update run.sh

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

2
run.sh
View File

@@ -5,7 +5,7 @@ source /opt/idssys/defaults/colors.inc
if [ -f /opt/mm.checking ]; then
fd=$(( `date +%s` - `stat -L --format %Y /opt/mm.checking` ))
if [ ${fd} -gt 900 ]; 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]}"