Debug changes

This commit is contained in:
Gerrit Linnemann 2015-11-10 22:23:18 +01:00
parent 30242cad09
commit ec76343af6

View File

@ -6,16 +6,14 @@
MY_PATH="$(pwd)" MY_PATH="$(pwd)"
. $MY_PATH/bin/_inc/def_text_coloring.sh . $MY_PATH/bin/_inc/def_text_coloring.sh
stream2play=`cat /tmp/kitchenradio.m3u | grep http` stream2play="$(cat /tmp/kitchenradio.m3u | grep http)"
### PRORGAM ### PRORGAM
echo echo
echo "URL from m3u: " echo "URL from m3u: $stream2play"
cat /tmp/kitchenradio.m3u | grep http echo
echo "URL from var: "
echo $stream2play
echo echo
echo "${BGre}Start playing $stream2play ...${RCol}" echo "${BGre}Start playing $stream2play ...${RCol}"