diff --git a/update-dns.sh b/update-dns.sh index bf346ff..96c079c 100755 --- a/update-dns.sh +++ b/update-dns.sh @@ -23,7 +23,7 @@ else fi echo -read -p "Do you wish to continue changing the DNS? (Y/n) " choice +read -e -p "Do you wish to continue changing the DNS? (Y/n) " choice case "$choice" in [Nn]) echo -e "${Green}The DNS servers have NOT been updated${Color_Off}"