Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-08 21:20:41 -06:00
parent 7e501dca39
commit 2472bbfa7d

View File

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