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