Update sites.inc
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user