Improve the myfiles recipe script

This commit is contained in:
Ribbon 2025-06-07 20:24:53 -03:00
parent 5660d607cd
commit c294eeca9a

View File

@ -1,6 +1,6 @@
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/home/user
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/home/user
mkdir -pv "${COOKBOOK_STAGE}/home/user"
cp -rv "${COOKBOOK_SOURCE}/*" "${COOKBOOK_STAGE}/home/user"
"""