cherrypick/healthcheck.sh

8 lines
266 B
Bash
Raw Permalink Normal View History

#!/bin/bash
2023-08-01 17:16:39 +09:00
# SPDX-FileCopyrightText: syuilo and other misskey, cherrypick contributors
# SPDX-License-Identifier: AGPL-3.0-only
2023-02-09 03:13:31 +09:00
PORT=$(grep '^port:' /cherrypick/.config/default.yml | awk 'NR==1{print $2; exit}')
curl -s -S -o /dev/null "http://localhost:${PORT}"