Remove godaddy.com check for .ca domains because it didn't work anymore.

This commit is contained in:
Ryan Loudfoot 2014-02-21 20:23:32 -05:00
parent 651d6b4fa7
commit 02b3509b56

View File

@ -118,16 +118,6 @@ else
whois="$whoispath/whois" whois="$whoispath/whois"
fi fi
# Use GoDaddy if domain is a .ca
case "$domain" in
*.ca)
out=$("$whois" -h whois.godaddy.com "$domain")
;;
*)
out=$("$whois" "$domain")
;;
esac
# Calculate days until expiration # Calculate days until expiration
case "$domain" in case "$domain" in
*.com) *.com)