Update sites.inc

This commit is contained in:
2023-05-25 21:15:25 -05:00
parent f24e7ebd11
commit 9d572bb9a2

View File

@@ -592,7 +592,7 @@ SITEINFO(){
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
case "${edit}" in case "${confirm}" in
[Nn]) edit='';; [Nn]) edit='';;
*) *)
echo -e "\nSAVED" echo -e "\nSAVED"