Update sites.inc

This commit is contained in:
2023-05-25 22:29:13 -05:00
parent 987448a2f7
commit 98655351e3

View File

@@ -582,13 +582,13 @@ SITEINFO(){
if [ $f -eq 0 ]; then
echo -e "\033[K"
echo -e "\033[K"
echo -e "\033[K here!!!"
echo -e "\033[K (s)ave, (c)ancel"
echo -e "\033[K"
echo -e "\033[K"
echo -e "\033[K"
echo -e "\033[7A"
fi
echo -en "\n\033[K${idsCL[LightCyan]}Enter the line number to edit [(s)ave, (c)ancel]: ${idsCL[Default]}"
echo -en "\n\033[K${idsCL[LightCyan]}Enter the line number to edit: ${idsCL[Default]}"
read -n 1 edit
case "${edit}" in