summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdomain2
1 files changed, 1 insertions, 1 deletions
diff --git a/domain b/domain
index 3dc1ecc..bb0303d 100755
--- a/domain
+++ b/domain
@@ -8,7 +8,7 @@ if [ "$#" == "0" ]; then
fi
#
whois $1 | egrep -q \
- '^No match|^NOT FOUND|^Not fo|AVAILABLE|^No Data Fou|has not been regi|No entri'
+ '^No match|^NOT FOUND|not found|^Not fo|AVAILABLE|^No Data Fou|has not been regi|No entri'
#
if [ $? -eq 0 ]; then
echo "ok : $1"