summaryrefslogtreecommitdiff
path: root/healthcheck.sh
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2024-02-13 15:59:27 +0000
committertamaina <tamaina@hotmail.co.jp>2024-02-13 15:59:27 +0000
commitc1514ce91dc08481a092a789ee37da546cdb4583 (patch)
treec66b42cd474f8e1d5cc7d9a669e4e535b3be9b6e /healthcheck.sh
parentRevert "update SPDX-FileCopyrightText" (diff)
downloadsharkey-c1514ce91dc08481a092a789ee37da546cdb4583.tar.gz
sharkey-c1514ce91dc08481a092a789ee37da546cdb4583.tar.bz2
sharkey-c1514ce91dc08481a092a789ee37da546cdb4583.zip
(re) update SPDX-FileCopyrightText
Fix #13290
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}')