summaryrefslogtreecommitdiff
path: root/rapid-tunneling
diff options
context:
space:
mode:
Diffstat (limited to 'rapid-tunneling')
-rwxr-xr-xrapid-tunneling2
1 files changed, 2 insertions, 0 deletions
diff --git a/rapid-tunneling b/rapid-tunneling
index 92bd7c7..4949447 100755
--- a/rapid-tunneling
+++ b/rapid-tunneling
@@ -1,5 +1,7 @@
#!/bin/sh
+set -e
+
if [ -z "$1" ]; then
echo "Usage: $0 <remote-access-file-name>" 1>&2
exit 1