Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
Fix #170
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Sep 19, 2017
1 parent fd1d7db commit 060c674
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions funceble
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ travisAutoSaveCommitMessage='Funceble Test - Autosave'
splitFiles=false

# Version number
versionNumber='dev-1.4.0+174'
versionNumber='dev-1.4.0+175'

# IANA whois server. The following is there to give use the whois
# host we have to call to get a (valid) response.
Expand Down Expand Up @@ -2228,10 +2228,13 @@ main()
continue
;;
'127.0.0.1'*|'0.0.0.0'*)
domain=$(echo "${domain}"|cut -d ' ' -f2)
domain=$(echo "${domain}" | cut -d ' ' -f2)
;;
esac

# We manage the case of a comment at the end of a line
domain=$(echo "${domain}" | cut -d '#' -f1)

# We get the expiration date and check status in between
getExpirationDate "${domain}"

Expand Down

0 comments on commit 060c674

Please sign in to comment.