Skip to content

Commit

Permalink
chore: change support site from jam-docker to jam repo
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Jun 3, 2024
1 parent 407436f commit 2c79ab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/utils/check-api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

DURATION=$(</dev/stdin)
if (($DURATION <= 5000)); then
echo "JAM Web API may take a while to start, please be patient..."
echo "Jam Web API may take a while to start, please be patient..."
exit 60
else
if ! curl -SL --silent --fail --insecure --max-time 10 https://jam.embassy:28183/api/v1/session 2>/dev/null; then
echo "JAM API is unreachable" >&2
echo "Jam API is unreachable" >&2
exit 61
fi
fi
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ release-notes: |
license: MIT
wrapper-repo: "https://github.com/Start9Labs/jam-startos"
upstream-repo: "https://github.com/joinmarket-webui/jam-docker"
support-site: "https://github.com/joinmarket-webui/jam-docker/issues"
support-site: "https://github.com/joinmarket-webui/jam/issues"
marketing-site: "https://jamapp.org"
build: ["make"]
description:
Expand Down

0 comments on commit 2c79ab9

Please sign in to comment.