Fixed error with loading stations file.
This commit is contained in:
parent
15539bd163
commit
ccd82443f3
1
radio.sh
1
radio.sh
@ -6,7 +6,6 @@ declare -A stations=(
|
|||||||
[The Metal Plague <Death Metal>]="http://46.4.40.246:8386/"
|
[The Metal Plague <Death Metal>]="http://46.4.40.246:8386/"
|
||||||
[The True Monster <horror Punk>]="http://procyon.shoutca.st:8428/stream?fbclid=IwAR37SD7AucBHp-woBj7QyoeQPzQkCTW2BBI-CR1Q9W1hIMvIJhV9iQRQYMs"
|
[The True Monster <horror Punk>]="http://procyon.shoutca.st:8428/stream?fbclid=IwAR37SD7AucBHp-woBj7QyoeQPzQkCTW2BBI-CR1Q9W1hIMvIJhV9iQRQYMs"
|
||||||
[Thunder Rock <Classic Rock>]="http://ice10.securenetsystems.net/KTHU2"
|
[Thunder Rock <Classic Rock>]="http://ice10.securenetsystems.net/KTHU2"
|
||||||
$( [[ -r "${XDG_CONFIG_HOME:-$HOME/.config}/radio.sh.conf" ]] && source "${XDG_CONFIG_HOME:-$HOME/.config}/radio.sh.conf")
|
|
||||||
)
|
)
|
||||||
if [[ -r "${XDG_CONFIG_HOME:-$HOME/.config}/radio.sh.conf" ]]; then
|
if [[ -r "${XDG_CONFIG_HOME:-$HOME/.config}/radio.sh.conf" ]]; then
|
||||||
while IFS="=" read -r key value; do
|
while IFS="=" read -r key value; do
|
||||||
|
Loading…
Reference in New Issue
Block a user