remove duplicate existing relays check

This commit is contained in:
lollerfirst
2025-08-24 16:22:25 +02:00
parent 0aa8f3526a
commit 93b1e624bf
2 changed files with 6 additions and 69 deletions
+1 -3
View File
@@ -7,9 +7,7 @@ if [ "$#" -ne 1 ]; then
fi
output_file="$1"
if [ ! -f "$output_file" ] || [ ! -s "$output_file" ]; then
echo "Relay URL,Latitude,Longitude" > "$output_file"
fi
echo "Relay URL,Latitude,Longitude" > "$output_file"
while IFS= read -r url; do