diff --git a/inc/sites.inc b/inc/sites.inc index 2f3d8f41..376cc887 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -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,"