style: format
This commit is contained in:
parent
3b7bde27e1
commit
7d2af5655b
|
@ -4,4 +4,4 @@
|
||||||
# SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
PORT=$(grep '^port:' /misskey/.config/default.yml | awk 'NR==1{print $2; exit}')
|
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"
|
||||||
|
|
Loading…
Reference in New Issue