mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 11:22:10 +00:00
4 lines
94 B
Bash
4 lines
94 B
Bash
#!/bin/sh
|
|
PORT=$(jq .port /.filebrowser.json)
|
|
curl -f http://localhost:$PORT/health || exit 1
|