Update sites.inc

This commit is contained in:
2023-11-11 19:20:27 -06:00
parent 5b40624170
commit e1b5f16ff7

View File

@@ -763,8 +763,7 @@ SITEINFO(){
*) ;; *) ;;
esac esac
# [ "$edit" = "7" ] && echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A" # [ "$edit" = "7" ] && echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A"
echo -e "\033[12A" [ "${edit}" == "" ] && echo -e "\033[13A" || echo -e "\033[12A"
[ "${edit}" == "" ] && echo -e "\033[1A"
else else
echo -en "\n\033[K${idsCL[LightCyan]}Confirm changes (Y/n): ${idsCL[Default]}" echo -en "\n\033[K${idsCL[LightCyan]}Confirm changes (Y/n): ${idsCL[Default]}"
read -n 1 confirm read -n 1 confirm