diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2024-02-13 15:50:11 +0000 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2024-02-13 15:50:11 +0000 |
| commit | 311c2172d7bc861d915a28650684a1587ecb4695 (patch) | |
| tree | d376fefc4b524503162350bdfa74baa286dad6e9 /healthcheck.sh | |
| parent | perf: omit search for immutable static requests (#13265) (diff) | |
| download | misskey-311c2172d7bc861d915a28650684a1587ecb4695.tar.gz misskey-311c2172d7bc861d915a28650684a1587ecb4695.tar.bz2 misskey-311c2172d7bc861d915a28650684a1587ecb4695.zip | |
Revert "update SPDX-FileCopyrightText"
This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
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 d6d416c7a1..0a36394836 100644 --- a/healthcheck.sh +++ b/healthcheck.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SPDX-FileCopyrightText: syuilo and misskey-project +# 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}') |