From 2472bbfa7def2cf6a2a23fe13a8f1ec9e57e3fe7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 8 Nov 2023 21:20:41 -0600 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 7cf7c818..4086bccd 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -768,7 +768,7 @@ DOWNLIST(){ echo -en "${idsCL[LightCyan]}Enter # to change notifications: ${idsCL[Default]}" read -n 1 choice - echo "HERE: ${DOWNLIST[$(${choice}-1)]}" + echo "HERE: ${DOWNLIST[$(expr ${choice}-1)]}" fi fi