Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user