commit 10663ebb2be3ecf08abf73ab8ede331364ee282a
parent 0962cbb98714505f1b1721884b00afe93e786ea3
Author: ugrnm <ultrageranium@bleu255.com>
Date: Sun Oct 9 17:06:26 +0200
do not restart when I tell you not
Diffstat:1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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