fix: healtcheck.sh
This commit is contained in:
parent
773ae9fb70
commit
ea3cb92f77
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
||||||
# SPDX-FileCopyrightText: syuilo and other misskey contributors
|
# SPDX-FileCopyrightText: syuilo and other misskey contributors
|
||||||
# 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:' /sharkey/.config/default.yml | awk 'NR==1{print $2; exit}')
|
||||||
curl -s -S -o /dev/null "http://localhost:${PORT}"
|
curl -s -S -o /dev/null "http://localhost:${PORT}"
|
||||||
|
|
Loading…
Reference in a new issue