Update nodemgmt-scripts.sh
This commit is contained in:
@@ -1307,8 +1307,8 @@ GUI(){
|
|||||||
echo -en "${idsCL[LightCyan]}View the (L)ive log, or the (P)revious run log instead? ${idsCL[Default]}"
|
echo -en "${idsCL[LightCyan]}View the (L)ive log, or the (P)revious run log instead? ${idsCL[Default]}"
|
||||||
read -n1 choice
|
read -n1 choice
|
||||||
case $choice in
|
case $choice in
|
||||||
[Ll]) watch -n1 ${FOLDER}/status-check.running;;
|
[Ll]) watch -n1 cat ${FOLDER}/status-check.running;;
|
||||||
[Pp]) echo; cat ${FOLDER}/status-check.running;;
|
[Pp]) echo; cat ${FOLDER}/status-check.lastrun;;
|
||||||
esac
|
esac
|
||||||
echo
|
echo
|
||||||
fi;;
|
fi;;
|
||||||
|
|||||||
Reference in New Issue
Block a user