Update sites.inc

This commit is contained in:
2023-05-25 18:26:21 -05:00
parent 87b429b858
commit 0e52fb3322

View File

@@ -526,7 +526,7 @@ SITEINFO(){
echo -en "\n${idsCL[LightCyan]}Enter the site number you want to edit: ${idsCL[Default]}"
read siteid
# site=${sites[${siteid}]}; site=${site/.conf/}
echo ${sites[${siteid}]}
echo ${SITELIST[${siteid}]}
fi