style: format

This commit is contained in:
Acid Chicken (硫酸鶏) 2024-05-21 05:02:54 +09:00 committed by GitHub
parent 3b7bde27e1
commit 7d2af5655b
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 -Sfso /dev/null "http://localhost:${PORT}/healthz"
curl -Sfso/dev/null "http://localhost:${PORT}/healthz"