mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
4 lines
41 B
Bash
4 lines
41 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
curl 127.0.0.1/healthz -fsS
|