1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-23 22:56:53 +09:00
cherrypick/healthcheck.sh

8 lines
247 B
Bash
Raw Permalink Normal View History

#!/bin/bash
2024-02-20 16:08:12 +09:00
# SPDX-FileCopyrightText: syuilo and misskey-project
# SPDX-License-Identifier: AGPL-3.0-only
2023-02-09 03:13:31 +09:00
PORT=$(grep '^port:' /cherrypick/.config/default.yml | awk 'NR==1{print $2; exit}')
curl -Sfso/dev/null "http://localhost:${PORT}/healthz"