mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 02:45:18 +00:00
remove duplicate existing relays check
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user