This commit is contained in:
nukedupe
2021-04-16 20:27:25 +02:00
parent 2ae63255b4
commit 9e8c865c74
+1 -1
View File
@@ -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