Update backup.sh

This commit is contained in:
2019-10-12 08:14:36 +02:00
committed by GitHub
parent 862b0edaa6
commit febb7e691c

View File

@@ -26,7 +26,6 @@ healthchck_fail(){
healthchck_ok(){
if [ -n $HEALTHCHECK_URL ]; then
curl --retry 3 $HEALTHCHECK_URL
exit 1
fi
}