debug output

This commit is contained in:
Gerrit Linnemann 2015-11-10 21:58:04 +01:00
parent 1745e19a61
commit 9e47050b15

View File

@ -11,6 +11,11 @@ stream2play=`cat /tmp/kitchenradio.m3u | grep http`
### PRORGAM ### PRORGAM
echo "URL from m3u: "
cat /tmp/kitchenradio.m3u | grep http
echo "URL from var: "
echo $stream2play
echo echo
echo "${BGre}Start playing $stream2play ...${RCol}" echo "${BGre}Start playing $stream2play ...${RCol}"
echo echo