From 30242cad09c3e97f9d0e40534833f6f14611487e Mon Sep 17 00:00:00 2001 From: Gerrit Linnemann Date: Tue, 10 Nov 2015 22:00:35 +0100 Subject: [PATCH] debug output --- kitchenradio/bin/start_radio.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitchenradio/bin/start_radio.sh b/kitchenradio/bin/start_radio.sh index 6728220..dc27c87 100755 --- a/kitchenradio/bin/start_radio.sh +++ b/kitchenradio/bin/start_radio.sh @@ -11,6 +11,7 @@ stream2play=`cat /tmp/kitchenradio.m3u | grep http` ### PRORGAM +echo echo "URL from m3u: " cat /tmp/kitchenradio.m3u | grep http echo "URL from var: " @@ -20,4 +21,4 @@ echo echo "${BGre}Start playing $stream2play ...${RCol}" echo -mplayer -slave -quiet $stream2play \ No newline at end of file +#mplayer -slave -quiet $stream2play \ No newline at end of file