docker-duplicity-cron/healthcheck.sh

6 righe
79 B
Bash
Executable File

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