diff options
-rwxr-xr-x | share/hydra/whereis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/whereis b/share/hydra/whereis index c5af517..6aff32d 100755 --- a/share/hydra/whereis +++ b/share/hydra/whereis @@ -68,7 +68,7 @@ if [ -e "$HYDRA_FOLDER/dns/$DOMAIN.conf" ]; then # Turn off pathname expansion so expansion can work properly set -f - if [ -z "$REPONSE" ]; then + if [ -z "$RESPONSE" ]; then RESPONSE="`grep -e '^* ' $HYDRA_FOLDER/dns/$DOMAIN.conf`" fi |