Skip to content

Commit

Permalink
Merge branch 'wireapp:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
offsoc authored Feb 22, 2025
2 parents 03256f1 + fde453f commit 2b90501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/sftd_disco/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: docker

DOCKER_TAG = 1.1.0
DOCKER_TAG = 1.1.1

docker:
docker build -t quay.io/wire/sftd_disco:$(DOCKER_TAG) -f Dockerfile .
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 2b90501

Please sign in to comment.