From 6b9c423c32c7d2557521aaf499e547407ce579a2 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:45:44 +0200 Subject: [PATCH] fix --- upstreams.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstreams.sh b/upstreams.sh index 57817450..bb79dd5d 100755 --- a/upstreams.sh +++ b/upstreams.sh @@ -88,7 +88,7 @@ for part in "${parts[@]}"; do done -if [[ -f external-rpcs.txt ]]; then +if [[ -f $BASEPATH/external-rpcs.txt ]]; then while IFS= read -r url; do export RPC_URL="$url"