Update sites.inc

This commit is contained in:
2023-11-11 19:12:11 -06:00
parent e124b79e3b
commit 963158cd31

View File

@@ -642,7 +642,7 @@ SITEINFO(){
echo -en "\n${idsCL[LightCyan]}Enter the site number you want to edit: ${idsCL[Default]}"
read siteid
echo
else
elif [ "${siteid}" == "" ]; then
siteid=${2}
fi
site=${SITELIST[${siteid}]}