diff --git a/update-dns.sh b/update-dns.sh index 40fb29e..bf346ff 100755 --- a/update-dns.sh +++ b/update-dns.sh @@ -23,8 +23,7 @@ else fi echo -echo -en "Do you wish to continue changing the DNS? (Y/n) " -read choice +read -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}"