From 66fe2b1b494bf3e6d85d920cae3ca57d8272cddf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 25 May 2023 21:22:11 -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 0ed6cc00..bc35a082 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -593,7 +593,7 @@ SITEINFO(){ 6) [ "${explt}" == "-" ] && explt='Yes' || explt='-';; 7) [ "${lock}" == "-" ] && lock='Yes' || lock='-';; esac - echo -e "\033[10A" + echo -e "\033[11A" else echo -en "\n\033[K${idsCL[LightCyan]}Confirm changes (Y/n): ${idsCL[Default]}" read -n 1 confirm