This commit is contained in:
2025-06-14 11:08:32 -05:00
parent 734caedf5d
commit a9708bfbb0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS=2.4.4-06022025
VERS=2.5.1-06142025
DS_FOLDER=/opt/idssys/dsmon
DS_CRONTAB_FOLDER=/opt/idssys/nodemgmt/crontabs

View File

@@ -298,7 +298,7 @@ ${DRIVE} : ${DRIVEINFO_FREE[$DRIVE]}GB out of ${DRIVEINFO_TOT[$DRIVE]}GB Free ($
else
echo -e "${idsCL[Yellow]} ${host_name[$hostid]} is down${idsCL[Default]}"; echo
fi
sleep 0.00001s
sleep 0.001s
mv /tmp/dscheck.${hostname}.running /tmp/dscheck.${hostname}.done
}