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