From d77108f56af2f7ec3ea7c827d3a1eab86afdf501 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 21 Jun 2026 00:03:12 -0300 Subject: [PATCH] Remove unnecessary permission from auto-test script --- recipes/groups/auto-test/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/groups/auto-test/recipe.toml b/recipes/groups/auto-test/recipe.toml index 8c1ab2e75..21ee81d28 100644 --- a/recipes/groups/auto-test/recipe.toml +++ b/recipes/groups/auto-test/recipe.toml @@ -5,7 +5,7 @@ template = "custom" script = """ mkdir -pv "${COOKBOOK_STAGE}/usr/bin" cp -rv "${COOKBOOK_RECIPE}/auto-test.ion" "${COOKBOOK_STAGE}/usr/bin/auto-test" -chmod a+x "${COOKBOOK_STAGE}/usr/bin/auto-test" +chmod +x "${COOKBOOK_STAGE}/usr/bin/auto-test" """ [package] dependencies = [