This commit is contained in:
Sebastian
2024-09-12 13:45:44 +02:00
parent d930c640ba
commit 6b9c423c32

View File

@@ -88,7 +88,7 @@ for part in "${parts[@]}"; do
done done
if [[ -f external-rpcs.txt ]]; then if [[ -f $BASEPATH/external-rpcs.txt ]]; then
while IFS= read -r url; do while IFS= read -r url; do
export RPC_URL="$url" export RPC_URL="$url"