From 9e47050b15e71acf1dd007d6c13497b33464df23 Mon Sep 17 00:00:00 2001 From: Gerrit Linnemann Date: Tue, 10 Nov 2015 21:58:04 +0100 Subject: [PATCH] debug output --- kitchenradio/bin/start_radio.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kitchenradio/bin/start_radio.sh b/kitchenradio/bin/start_radio.sh index f315806..6728220 100755 --- a/kitchenradio/bin/start_radio.sh +++ b/kitchenradio/bin/start_radio.sh @@ -11,6 +11,11 @@ stream2play=`cat /tmp/kitchenradio.m3u | grep http` ### PRORGAM +echo "URL from m3u: " +cat /tmp/kitchenradio.m3u | grep http +echo "URL from var: " +echo $stream2play + echo echo "${BGre}Start playing $stream2play ...${RCol}" echo