Update sites.inc

This commit is contained in:
2023-05-25 21:03:47 -05:00
parent a81f4e49f0
commit e7a6aac7c2

View File

@@ -582,8 +582,8 @@ SITEINFO(){
echo -en "\n\033[K${idsCL[LightCyan]}Enter the line number to edit, or (s) to save: ${idsCL[Default]}"
read edit
case "$1" in
4) [ "${hsts}" == "-" ] && hsts="Yes" || hsts='-';;
case "${edit}" in
4) [ "${hsts}" == "-" ] && hsts='Yes' || hsts='-';;
esac
echo -e "\033[11A"