From 99aedebe2ad7063186855623be4f7e20e3115131 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Dec 2023 11:11:19 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 65d75229..ff9e01d6 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -948,7 +948,7 @@ GUI(){ if [ -d "${oldstatus_check}" ]; then osc=$(date -d "${oldstatus_check##*/}" +"%s") osc_time=$(expr $(date +%s) - ${osc}) - echo "(${oldstatus_check}) $(date +%Y%m%d%H%M%S) - ${oldstatus_check//-/} = ${osc_time}" + echo "(${oldstatus_check}) $(date +%s) - ${osc} = ${osc_time}" fi done # touch ${NM_TMPFOLDER}/.statusclean