diff --git a/update-dns.sh b/update-dns.sh index 96c079c..a1f7e33 100755 --- a/update-dns.sh +++ b/update-dns.sh @@ -24,6 +24,8 @@ fi echo read -e -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}"