Update sites.inc

This commit is contained in:
2023-07-20 21:13:31 -05:00
parent 66ae72f428
commit 2835a63ee7

View File

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