From 5ae7a74846e5a48ef8f0a6bba6d1698b62689218 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Wed, 26 Jul 2023 12:07:23 +0200 Subject: [PATCH] kata-deploy: Add executable bit to script We need the executable bit set because it is preserved into the runtime-payload-ci image. Fixes: #7460 Signed-off-by: Jeremi Piotrowski --- tools/packaging/kata-deploy/scripts/kata-deploy.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/packaging/kata-deploy/scripts/kata-deploy.sh diff --git a/tools/packaging/kata-deploy/scripts/kata-deploy.sh b/tools/packaging/kata-deploy/scripts/kata-deploy.sh old mode 100644 new mode 100755