Update sites.inc
This commit is contained in:
@@ -593,7 +593,10 @@ SITEINFO(){
|
|||||||
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 "${confirm}" in
|
case "${confirm}" in
|
||||||
[Nn]) edit='';;
|
[Nn])
|
||||||
|
edit=''
|
||||||
|
echo -e "\033[10A"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo -e "\nSAVED"
|
echo -e "\nSAVED"
|
||||||
edit=c
|
edit=c
|
||||||
|
|||||||
Reference in New Issue
Block a user