diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/stream.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/stream.sh b/bin/stream.sh index 80518e9..24c3539 100755 --- a/bin/stream.sh +++ b/bin/stream.sh @@ -2,7 +2,7 @@ set -e -target_host=morla +target_host=${1:-morla} if [ "$target_host" = "$(hostname --short)" ]; then target_ip=127.0.0.1 else |