This website requires JavaScript.
Explore
Help
Sign In
vividboarder
/
docker-duplicity-cron
Watch
2
Star
0
Fork
0
You've already forked docker-duplicity-cron
mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced
2024-11-23 21:46:29 +00:00
Code
Issues
Releases
Wiki
Activity
788e9a8664
docker-duplicity-cron
/
healthcheck.sh
10 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
Add healthcheck to Docker image
2019-02-01 21:48:00 +00:00
#! /bin/bash
HEALTH_FILE
=
/unhealthy
Add pre-commit and clean up
2020-02-14 20:12:07 +00:00
if
[
-f
"
$HEALTH_FILE
"
]
;
then
exit
1
else
exit
0
fi
Reference in New Issue
Copy Permalink