We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92121d commit 64d663dCopy full SHA for 64d663d
1 file changed
script/openhexa.sh
@@ -111,7 +111,7 @@ function is_forgejo_reachable() {
111
load_env 2>/dev/null
112
echo "${FORGEJO_PORT:-3100}"
113
)
114
- (($(curl -s -o /dev/null -w "%{http_code}" "http://localhost:${port}/api/v1/version") == 200))
+ (($(curl -s -o /dev/null -w "%{http_code}" "http://localhost:${port}/api/healthz") == 200))
115
}
116
117
function is_db_accepting_connexion() {
0 commit comments