From 6b3e4c1ac2cab46d3a96ea08123dc8c4eba67f0e Mon Sep 17 00:00:00 2001 From: ugrnm Date: Mon, 18 Mar 2024 11:42:13 +0100 Subject: [PATCH] set -e to stops on errors --- stream_loooooops.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stream_loooooops.sh b/stream_loooooops.sh index 4a192be..aa762b5 100755 --- a/stream_loooooops.sh +++ b/stream_loooooops.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -e + # Do we have config file? if [ ! -e stream_loooooops-config.xml ] then