From 6fafca9c03163ebf9445394c2fde45d00d0ae972 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 6 Apr 2017 15:13:08 +0200 Subject: Fail on error. --- bin/stream.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/stream.sh b/bin/stream.sh index 3a1aedf..80518e9 100755 --- a/bin/stream.sh +++ b/bin/stream.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -e + target_host=morla if [ "$target_host" = "$(hostname --short)" ]; then target_ip=127.0.0.1 -- cgit v1.2.3