Debug changes
This commit is contained in:
parent
30242cad09
commit
ec76343af6
@ -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}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user