mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-28 06:20:14 +00:00
4 lines
78 B
Bash
4 lines
78 B
Bash
#!/bin/bash
|
|
|
|
wget -q -O /dev/null "http://127.0.0.1:${PORT}/health" || exit 1
|