From 8c830960aea20398139027aef8448708e4740f97 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 16 Jun 2022 19:26:44 -0500 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index ec3c9be..96b1028 100755 --- a/run.sh +++ b/run.sh @@ -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]}"