diff --git a/healthcheck.sh b/healthcheck.sh index 79a00841f9..e97a3f0636 100644 --- a/healthcheck.sh +++ b/healthcheck.sh @@ -1,4 +1,4 @@ #!/bin/bash -PORT=$(grep '^port:' example.yml | awk 'NR==1{print $2; exit}') +PORT=$(grep '^port:' /misskey/.config/default.yml | awk 'NR==1{print $2; exit}') curl -s -S -o /dev/null "http://localhost:${PORT}"