Update nodemgmt-scripts.sh

This commit is contained in:
2023-06-23 23:04:31 -05:00
parent e51046c793
commit a395593e7d

View File

@@ -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 -n40 ${FOLDER}/status-check.running; echo;;
[Ll]) watch -n1 tail -n30 ${FOLDER}/status-check.running; echo;;
[Pp]) echo; cat ${FOLDER}/status-check.lastrun;;
esac
echo