From ccd82443f3e01d561ef0754652207ebb6395dd8a Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 18 Jun 2024 11:09:47 -0400 Subject: [PATCH] Fixed error with loading stations file. --- radio.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/radio.sh b/radio.sh index 5877567..1fa4b71 100755 --- a/radio.sh +++ b/radio.sh @@ -6,7 +6,6 @@ declare -A stations=( [The Metal Plague ]="http://46.4.40.246:8386/" [The True Monster ]="http://procyon.shoutca.st:8428/stream?fbclid=IwAR37SD7AucBHp-woBj7QyoeQPzQkCTW2BBI-CR1Q9W1hIMvIJhV9iQRQYMs" [Thunder 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 while IFS="=" read -r key value; do