wrong file fixed

This commit is contained in:
Gerrit Linnemann 2015-11-10 21:41:50 +01:00
parent 1b4df4af59
commit 6ccbf51452
2 changed files with 5 additions and 5 deletions

View File

@ -80,9 +80,9 @@ exports.play = function(idx) {
} }
grep('http://', m3u, function(list){ /*grep('http://', m3u, function(list){
Log.inspect('Radio: grep', list); Log.inspect('Radio: grep', list);
}); });*/
/*try { /*try {

View File

@ -6,7 +6,7 @@
MY_PATH="$(pwd)" MY_PATH="$(pwd)"
. $MY_PATH/bin/_inc/def_text_coloring.sh . $MY_PATH/bin/_inc/def_text_coloring.sh
stream2play=`cat config.txt` stream2play=`cat /tmp/kitchenradio.m3u`
### PRORGAM ### PRORGAM