I need to test more. Re-added variable for whois command. It's a variable in case we want to do something with it later, such as options for whois host.
This commit is contained in:
parent
02b3509b56
commit
7833c20aae
@ -118,6 +118,8 @@ else
|
||||
whois="$whoispath/whois"
|
||||
fi
|
||||
|
||||
out=$("$whois" "$domain")
|
||||
|
||||
# Calculate days until expiration
|
||||
case "$domain" in
|
||||
*.com)
|
||||
|
Loading…
x
Reference in New Issue
Block a user