From 52faaf1c5b1f78aaaaf7aa245048e3eed3c67165 Mon Sep 17 00:00:00 2001
From: karnem <mikhail.karnevskiy@desy.de>
Date: Thu, 31 Aug 2023 16:29:31 +0200
Subject: [PATCH] make envoy executable to let it run.

---
 deploy/build_env/services-linux/run_asapo.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/deploy/build_env/services-linux/run_asapo.sh b/deploy/build_env/services-linux/run_asapo.sh
index b2b1c93c6..71731f433 100644
--- a/deploy/build_env/services-linux/run_asapo.sh
+++ b/deploy/build_env/services-linux/run_asapo.sh
@@ -11,6 +11,7 @@ cp deploy/asapo_services_light/envoy.yaml /
 
 wget https://github.com/envoyproxy/envoy/releases/download/v1.27.0/envoy-1.27.0-linux-x86_64
 cp envoy-1.27.0-linux-x86_64 /usr/bin/envoy
+chmod +x /usr/bin/envoy
 
 # Several receiver configs (tcp and fabric) are required for tests
 cp deploy/asapo_services_light/receiver.json /receiver_tcp.json
-- 
GitLab