Skip to content

Commit

Permalink
fix: sftd_disco.sh script is fixed after testing (wireapp#4467)
Browse files Browse the repository at this point in the history
  • Loading branch information
siberijah authored Feb 21, 2025
1 parent 7b5f0d8 commit e31eaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sftd_disco/sftd_disco.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function upstream() {
entries=$(dig +short +retries=3 +search SRV "${name}" | sort)
unset servers
comma=""
IFS=$' \t\n'
IFS=$'\t\n'
for entry in $entries; do
if valid_entry "$entry"; then
sft_host_port=$(echo "$entry" | awk '{print $4":"$3}')
Expand Down

0 comments on commit e31eaf7

Please sign in to comment.