From 1a38f8ef3c6b0fcdfbc64cfe9d5ff387f7f1c632 Mon Sep 17 00:00:00 2001 From: Thomas Stallinger Date: Mon, 20 Jul 2026 14:51:12 +0200 Subject: [PATCH] fix: set execute bit on Fedora backend and runtime-blueprint/backend modules These are run as standalone subprocesses via run_module()/source, which requires the execute bit. Missing since their initial creation - only noticed because manually chmod'd copies were used for testing on anode, never the checked-in files. Would have failed on a fresh checkout. --- backends/fedora/backend.sh | 0 scripts/modules/30_runtime_blueprint.sh | 0 scripts/modules/40_backend.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 backends/fedora/backend.sh mode change 100644 => 100755 scripts/modules/30_runtime_blueprint.sh mode change 100644 => 100755 scripts/modules/40_backend.sh diff --git a/backends/fedora/backend.sh b/backends/fedora/backend.sh old mode 100644 new mode 100755 diff --git a/scripts/modules/30_runtime_blueprint.sh b/scripts/modules/30_runtime_blueprint.sh old mode 100644 new mode 100755 diff --git a/scripts/modules/40_backend.sh b/scripts/modules/40_backend.sh old mode 100644 new mode 100755