Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user