Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-05 22:10:52 -06:00
parent 6609aeb3bf
commit 628c92b2fd

View File

@@ -236,7 +236,7 @@ DELSITES(){
echo " [Q] Quit"
echo ""
echo -e -n "${idsCL[LightYellow]}Please select a site from above from above:${idsCL[Default]} "
read -n 2 selsite
read selsite
echo ""
if [ -z ${SITES[$selsite]} ] && [ "${selsite}" != "Q" ] && [ "${selsite}" != "q" ] && [ "${selsite}" != "B" ] && [ "${selsite}" != "b" ]; then
echo "Thats an invaild option,"