mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-11-14 01:06:38 +00:00
6 lines
79 B
Bash
Executable File
6 lines
79 B
Bash
Executable File
#! /bin/bash
|
|
|
|
HEALTH_FILE=/unhealthy
|
|
|
|
test -f $HEALTH_FILE || exit 0 && exit 1
|