Skip to content
Snippets Groups Projects
healthcheck.sh 240 B
Newer Older
#!/bin/bash

syuilo's avatar
syuilo committed
# SPDX-FileCopyrightText: syuilo and misskey-project
파링's avatar
파링 committed
PORT=$(grep '^port:' /misskey/.config/default.yml | awk 'NR==1{print $2; exit}')
curl -s -S -o /dev/null "http://localhost:${PORT}"