mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-10-31 18:36:36 +00:00
6 lines
79 B
Bash
6 lines
79 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
HEALTH_FILE=/unhealthy
|
||
|
|
||
|
test -f $HEALTH_FILE || exit 0 && exit 1
|