From e01628432e96219118a0748b42dc5d78f40afbfe Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 23 Jun 2023 23:04:50 -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 521d0177..79e5a6bd 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1307,7 +1307,7 @@ GUI(){ echo -en "${idsCL[LightCyan]}View the (L)ive log, or the (P)revious run log instead? ${idsCL[Default]}" read -n1 choice case $choice in - [Ll]) watch -n1 tail -n30 ${FOLDER}/status-check.running; echo;; + [Ll]) watch -n1 tail -n35 ${FOLDER}/status-check.running; echo;; [Pp]) echo; cat ${FOLDER}/status-check.lastrun;; esac echo