From 544c3e481b299a98c7fd374f370bdb956e8d333e Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 10 Jan 2026 16:31:43 +1100 Subject: [PATCH] fix: use correct path - I need a better way to test these changes --- images/almalinux/9.6/makerun/variables.auto.pkrvars.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/almalinux/9.6/makerun/variables.auto.pkrvars.hcl b/images/almalinux/9.6/makerun/variables.auto.pkrvars.hcl index 13ca9ba..46a8605 100644 --- a/images/almalinux/9.6/makerun/variables.auto.pkrvars.hcl +++ b/images/almalinux/9.6/makerun/variables.auto.pkrvars.hcl @@ -8,5 +8,5 @@ scripts_final = [ "rm -rf /var/cache/dnf" ] docker_changes = [ - "CMD /usr/bin/local/run.sh" + "CMD /usr/local/bin/run.sh" ]