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
echo -en "\n\033[K${idsCL[LightCyan]}Confirm changes (Y/n): ${idsCL[Default]}"
read -n 1 confirm
case "${edit}" in
case "${confirm}" in
[Nn]) edit='';;
*)
echo -e "\nSAVED"