Update sites.inc

This commit is contained in:
2023-05-25 22:27:41 -05:00
parent 73e60b6f8e
commit 6d953b2078

View File

@@ -584,11 +584,11 @@ SITEINFO(){
echo -e "\033[K"
echo -e "\033[K"
echo -e "\033[K"
echo -e "\033[K"
echo -e "\033[K here"
echo -e "\033[K"
echo -e "\033[7A"
fi
echo -en "\n\033[K${idsCL[LightCyan]}Enter the line number to edit, or (s) to save: ${idsCL[Default]}"
echo -en "\n\033[K${idsCL[LightCyan]}Enter the line number to edit [(s)ave, (c)ancel]: ${idsCL[Default]}"
read -n 1 edit
case "${edit}" in
@@ -617,6 +617,8 @@ SITEINFO(){
read port
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"
;;
[Cc]) exit 0;;
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"
echo -e "\033[12A"