mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-14 07:06:30 +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
|