From 06d3fcd7b64737a2c2f0532a4a30a4e961327ec8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 25 May 2023 21:56:29 -0500 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/sites.inc b/inc/sites.inc index 98cd5725..441f966e 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -584,7 +584,7 @@ SITEINFO(){ 5) [ "${explt}" == "-" ] && explt='Yes' || explt='-';; 6) [ "${lock}" == "-" ] && lock='Yes' || lock='-';; esac - echo -e "\033[11A" + echo -e "\033[12A" else echo -en "\n\033[K${idsCL[LightCyan]}Confirm changes (Y/n): ${idsCL[Default]}" read -n 1 confirm