Update docker-entrypoint

Don't exit 0 if there's an error.

Co-authored-by: Philipp Schmitt <pschmitt@users.noreply.github.com>
This commit is contained in:
nukedupe
2021-04-16 12:51:21 +02:00
committed by GitHub
parent b9c3b35550
commit 58712cde26
+1 -1
View File
@@ -71,7 +71,7 @@ if [ "$1" = "autoheal" ]
if [ -n "$UNIX_SOCK" ] && ! [ -S "$DOCKER_SOCK" ]
then
echo "Connection problem"
exit
exit 1
fi
# Delayed startup
if [ "$AUTOHEAL_START_PERIOD" -gt 0 ]