forked from Telodendria/Telodendria
Apply #43
This commit is contained in:
parent
02884b6bdb
commit
a7ab3e757a
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ if [ "$(basename "$PATCHFILE" .patch)" = "$PATCHFILE" ] || [ ! -f "$PATCHFILE" ]
|
|||
fi
|
||||
echo "Sending file '$PATCHFILE'"
|
||||
echo "Checking homeserver's real address using .well-known..."
|
||||
curlec "$HS_NAME/.well-known/matrix/client"
|
||||
curlec "https://$HS_NAME/.well-known/matrix/client"
|
||||
case "$ERROR_CODE" in
|
||||
"200")
|
||||
WELL_KNOWN=$RETURN
|
||||
|
|
Loading…
Reference in a new issue