From 314224da2ce24cf74151726c2d038fc490bb97d9 Mon Sep 17 00:00:00 2001 From: EUcancER Date: Wed, 2 May 2012 14:44:38 +0200 Subject: Reaktor: whatweb add aggressive parameter to call --- Reaktor/commands/whatweb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Reaktor') diff --git a/Reaktor/commands/whatweb b/Reaktor/commands/whatweb index c9aab295..84130d5c 100755 --- a/Reaktor/commands/whatweb +++ b/Reaktor/commands/whatweb @@ -4,4 +4,4 @@ here=$(dirname `readlink -f $0`) whatweb_bin="$here/../repos/whatweb/whatweb" [ -e "$whatweb_bin" ] || ( echo "!! Whatweb app does not exist" && exit 1 ) [ "balls$1" = "balls" ] && ( echo "!! no host given" && exit 1) -$whatweb_bin "$1" +exec $whatweb_bin -a 3 "$1" -- cgit v1.2.3