This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
freshrss/overlay/usr/local/bin/healthcheck.sh

4 lines
91 B
Bash
Raw Normal View History

2019-10-02 23:46:40 +02:00
#!/bin/sh
(php -r "readfile('http://localhost:8080/i/');" | grep -q 'jsonVars') || exit 1