Update status.new.inc

This commit is contained in:
2023-12-06 08:18:54 -06:00
parent 8c32f98735
commit 075629a50e

View File

@@ -693,7 +693,6 @@ STATUS_NODE(){
touch ${NM_TMPFOLDER}/${nip}.down
# [ ! -f ${NM_TMPFOLDER}/${nip}.errtime ] && touch ${NM_TMPFOLDER}/${nip}.errtime
if [ "${ST_ACTION}" != "check" ]; then
toterrtime=$(expr $(date +%s) - $(stat -c %Y ${NM_TMPFOLDER}/${nip}.errtime))
if [ "${checkhost}" != "false" ]; then
echo -e "${idsCL[Red]} - Node is online, but SSL is down!${idsCL[Default]}"
else