From 0e54da25cc19dae4dcc504035cec267375982351 Mon Sep 17 00:00:00 2001 From: Walid Kayhal <3347810+waliid@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:44:34 +0100 Subject: [PATCH] Exit the script if any error --- Scripts/public/test-streams.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scripts/public/test-streams.sh b/Scripts/public/test-streams.sh index 74936d2e4..f3f124eb3 100755 --- a/Scripts/public/test-streams.sh +++ b/Scripts/public/test-streams.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + SCRIPT_DIR=$(dirname "$0") GENERATED_DIR="/tmp/pillarbox"