From ff5811e480a20169847b36efdc2380f846455398 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 23 Jun 2023 23:03:24 -0500 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 a4aaae46..7c48bac7 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1308,7 +1308,7 @@ GUI(){ read -n1 choice case $choice in [Ll]) watch -n1 cat ${FOLDER}/status-check.running; echo;; - [Pp]) echo; cat ${FOLDER}/status-check.lastrun;; + [Pp]) echo; tail -n40 ${FOLDER}/status-check.lastrun;; esac echo fi;;