From a46ae2d5ad649a6f295456cd25dc11016efc0fb5 Mon Sep 17 00:00:00 2001 From: emilioalvap Date: Thu, 21 Apr 2022 17:45:03 +0200 Subject: [PATCH] Revert agent entrypoint change --- .../templates/docker/docker-entrypoint.elastic-agent.tmpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-tools/packaging/templates/docker/docker-entrypoint.elastic-agent.tmpl b/dev-tools/packaging/templates/docker/docker-entrypoint.elastic-agent.tmpl index 11d3f4785796..864270dc1fef 100644 --- a/dev-tools/packaging/templates/docker/docker-entrypoint.elastic-agent.tmpl +++ b/dev-tools/packaging/templates/docker/docker-entrypoint.elastic-agent.tmpl @@ -2,9 +2,6 @@ set -eo pipefail -# Update umask to retain group write permissions on runtime directories: $root/tmp/default, $root/logs/default and $root/run/default -umask 0007 - # For information on the possible environment variables that can be passed into the container. Run the following # command for information on the options that are available. #