1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-17 08:09:14 +09:00
cherrypick/healthcheck.sh

5 lines
128 B
Bash
Raw Normal View History

#!/bin/bash
PORT=$(grep '^port:' example.yml | awk 'NR==1{print $2; exit}')
curl -s -S -o /dev/null "http://localhost:${PORT}"