From 10663ebb2be3ecf08abf73ab8ede331364ee282a Mon Sep 17 00:00:00 2001 From: ugrnm Date: Sun, 9 Oct 2022 17:06:26 +0200 Subject: [PATCH] do not restart when I tell you not --- stream_loooooops.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stream_loooooops.sh b/stream_loooooops.sh index 855d2b4..4a192be 100755 --- a/stream_loooooops.sh +++ b/stream_loooooops.sh @@ -14,7 +14,8 @@ do if [ -e playlist_loooooops.m3u ] then echo ":) playlist found" - ezstream -c stream_loooooops-config.xml + ezstream -v -c stream_loooooops-config.xml + break else echo ":( playlist not found, trying again" sleep 2s