From 2d5eb7b9114fe7b20ff3f91fffc41ededf68a6cf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 25 May 2023 21:56:12 -0500 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index 6c23a680..98cd5725 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -579,10 +579,10 @@ SITEINFO(){ read -n 1 edit case "${edit}" in - 4) [ "${hsts}" == "-" ] && hsts='Yes' || hsts='-';; - 5) [ "${wbskt}" == "-" ] && wbskt='Yes' || wbskt='-';; - 6) [ "${explt}" == "-" ] && explt='Yes' || explt='-';; - 7) [ "${lock}" == "-" ] && lock='Yes' || lock='-';; + 3) [ "${hsts}" == "-" ] && hsts='Yes' || hsts='-';; + 4) [ "${wbskt}" == "-" ] && wbskt='Yes' || wbskt='-';; + 5) [ "${explt}" == "-" ] && explt='Yes' || explt='-';; + 6) [ "${lock}" == "-" ] && lock='Yes' || lock='-';; esac echo -e "\033[11A" else