From 1088e17974426b009cba8b253920b9e58ad99d51 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 24 Jul 2022 16:29:44 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index b4504baf..cc42c810 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1831,6 +1831,50 @@ RUN_COMMAND(){ } DOWNLIST(){ + declare -i cw; declare -i spc1; declare -i c + rm -f /tmp/ssllist + for down in /opt/idssys/nodemgmt/*.down/ ; do echo $down; done > /tmp/downlist + if [ -z $action ] || [ "${action}" = "gui" ]; then + DIVIDER true + fi + echo + + echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}" + DIVIDER false yellow 120 + echo -e "Description Type" + DIVIDER false yellow 120 + + cw=30; + c=0; spc2=''; until [ $c = ${cw} ]; do spc2="${spc2} "; c=`expr $c + 1`; done + for certdir in $(