docker-restic-cron/scripts/healthcheck.sh
2021-06-14 17:01:52 -07:00

6 lines
79 B
Bash
Executable File

#! /bin/bash
HEALTH_FILE=/unhealthy
test -f $HEALTH_FILE || exit 0 && exit 1