Debug changes
This commit is contained in:
parent
30242cad09
commit
ec76343af6
@ -6,16 +6,14 @@
|
||||
|
||||
MY_PATH="$(pwd)"
|
||||
. $MY_PATH/bin/_inc/def_text_coloring.sh
|
||||
stream2play=`cat /tmp/kitchenradio.m3u | grep http`
|
||||
stream2play="$(cat /tmp/kitchenradio.m3u | grep http)"
|
||||
|
||||
|
||||
### PRORGAM
|
||||
|
||||
echo
|
||||
echo "URL from m3u: "
|
||||
cat /tmp/kitchenradio.m3u | grep http
|
||||
echo "URL from var: "
|
||||
echo $stream2play
|
||||
echo "URL from m3u: $stream2play"
|
||||
echo
|
||||
|
||||
echo
|
||||
echo "${BGre}Start playing $stream2play ...${RCol}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user