Update nodemgmt-scripts.sh

This commit is contained in:
2023-06-24 10:56:27 -05:00
parent 7a54da9a51
commit 18009b425b

View File

@@ -1294,7 +1294,7 @@ GUI(){
mv ${FOLDER}/status-check.running ${FOLDER}/status-check.lastrun
end_status=`date +%s`
runtime_status=$((end_status-start_status))
echo -e"\nRuntime: ${runtime_status}" >> ${FOLDER}/status-check.lastrun
echo -e "\nRuntime: ${runtime_status}" >> ${FOLDER}/status-check.lastrun
if [ "${3}" = "email" ]; then
echo -e "\n\n" >> ${FOLDER}/status-check.lastrun
DOWNLIST report >> ${FOLDER}/status-check.lastrun