Remove unnecessary permission from auto-test script

This commit is contained in:
Ribbon 2026-06-21 00:03:12 -03:00
parent bca3e81151
commit d77108f56a

View File

@ -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 = [