3 lines
59 B
Bash
Executable File
3 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
curl -sf http://localhost:18789/health || exit 1
|