Update nodemgmt-scripts.sh

This commit is contained in:
2022-12-31 18:17:00 -06:00
parent 15f461b1dd
commit 2cbe3a6f1c

View File

@@ -2390,9 +2390,8 @@ if [ ${action-x} ]; then
echo "Status Report\n\n${STATUSLOG}" | mail -s "Status Report" david@schroedercity.com
echo "Status Report\n\n${STATUSLOG}" | mail -s "Status Report" 9208839613@mms.att.net
else
DOWNLIST ${2};;
fi
DOWNLIST ${2}
fi;;
status)
if [ -f "${FOLDER}/status-check.running" ]; then
fd=`stat --format=%Y "${FOLDER}/status-check.running"`