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