From 9b5aeb76d8c9372d67058c512597152b6bf222f2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 12 Feb 2024 11:37:45 +0900 Subject: update SPDX-FileCopyrightText --- healthcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'healthcheck.sh') 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}') -- cgit v1.2.3-freya