From 9e8c865c7451ab2c4b88726f4df705053a623bb6 Mon Sep 17 00:00:00 2001 From: nukedupe Date: Fri, 16 Apr 2021 20:27:25 +0200 Subject: [PATCH] fix typo --- docker-entrypoint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint b/docker-entrypoint index 54e4d05..7ef114f 100755 --- a/docker-entrypoint +++ b/docker-entrypoint @@ -67,7 +67,7 @@ term_handler() { trap 'kill $$; term_handler' SIGTERM if [ "$1" = "autoheal" ] -+then +then if [ -n "$UNIX_SOCK" ] && ! [ -S "$DOCKER_SOCK" ] then echo "unix socket is currently not available" >&2