chore: healthcheck.sh

This commit is contained in:
Acid Chicken (硫酸鶏) 2024-05-21 05:01:50 +09:00 committed by GitHub
parent 130e18d07a
commit 3b7bde27e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
# SPDX-License-Identifier: AGPL-3.0-only
PORT=$(grep '^port:' /misskey/.config/default.yml | awk 'NR==1{print $2; exit}')
curl -s -S -o /dev/null "http://localhost:${PORT}"
curl -Sfso /dev/null "http://localhost:${PORT}/healthz"