summaryrefslogtreecommitdiff
path: root/healthcheck.sh
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2024-02-12 11:37:45 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2024-02-12 11:37:45 +0900
commit9b5aeb76d8c9372d67058c512597152b6bf222f2 (patch)
treeeecfd36550c26de393200a88bc9e425c9a8dc16a /healthcheck.sh
parentMerge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff)
downloadsharkey-9b5aeb76d8c9372d67058c512597152b6bf222f2.tar.gz
sharkey-9b5aeb76d8c9372d67058c512597152b6bf222f2.tar.bz2
sharkey-9b5aeb76d8c9372d67058c512597152b6bf222f2.zip
update SPDX-FileCopyrightText
Diffstat (limited to 'healthcheck.sh')
-rw-r--r--healthcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/healthcheck.sh b/healthcheck.sh
index 0a36394836..d6d416c7a1 100644
--- a/healthcheck.sh
+++ b/healthcheck.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# SPDX-FileCopyrightText: syuilo and other misskey contributors
+# SPDX-FileCopyrightText: syuilo and misskey-project
# SPDX-License-Identifier: AGPL-3.0-only
PORT=$(grep '^port:' /misskey/.config/default.yml | awk 'NR==1{print $2; exit}')