summaryrefslogtreecommitdiffstats
path: root/network/w3af/w3af_console
diff options
context:
space:
mode:
Diffstat (limited to 'network/w3af/w3af_console')
-rw-r--r--network/w3af/w3af_console3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/w3af/w3af_console b/network/w3af/w3af_console
index 925f61b1c2..4289d98cc7 100644
--- a/network/w3af/w3af_console
+++ b/network/w3af/w3af_console
@@ -1,4 +1,7 @@
#!/bin/sh
+
+set -e
+
( cd /opt/w3af
./w3af_console $@
)