Skip to content
Snippets Groups Projects
Unverified Commit ea3cb92f authored by Amelia Yukii's avatar Amelia Yukii Committed by GitHub
Browse files

fix: healtcheck.sh

parent 773ae9fb
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@
# SPDX-FileCopyrightText: syuilo and other misskey contributors
# 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}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment