diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2024-02-13 15:59:27 +0000 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2024-02-13 15:59:27 +0000 |
| commit | c1514ce91dc08481a092a789ee37da546cdb4583 (patch) | |
| tree | c66b42cd474f8e1d5cc7d9a669e4e535b3be9b6e /healthcheck.sh | |
| parent | Revert "update SPDX-FileCopyrightText" (diff) | |
| download | sharkey-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.sh | 2 |
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}') |