diff options
| author | Amelia Yukii <123300075+Insert5StarName@users.noreply.github.com> | 2023-09-23 04:45:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-23 04:45:07 +0200 |
| commit | ea3cb92f77fe8b103cf1fe47e45502ba9a06145f (patch) | |
| tree | 2fef0267bc4053cb7294d0ac04a429311c16469f /healthcheck.sh | |
| parent | chore: change misskey to sharkey in dockerfile (diff) | |
| download | sharkey-ea3cb92f77fe8b103cf1fe47e45502ba9a06145f.tar.gz sharkey-ea3cb92f77fe8b103cf1fe47e45502ba9a06145f.tar.bz2 sharkey-ea3cb92f77fe8b103cf1fe47e45502ba9a06145f.zip | |
fix: healtcheck.sh
Diffstat (limited to 'healthcheck.sh')
| -rw-r--r-- | healthcheck.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/healthcheck.sh b/healthcheck.sh index 0a36394836..16119fc49a 100644 --- a/healthcheck.sh +++ b/healthcheck.sh @@ -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}" |