Update nodemgmt-scripts.sh

This commit is contained in:
2023-06-23 23:03:24 -05:00
parent 533d65aae5
commit ff5811e480

View File

@@ -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;;