diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/stream.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |