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