Fix the myfiles recipe script

This commit is contained in:
Ribbon 2025-06-20 15:35:26 -03:00
parent e057c5aa8a
commit 6f13b6a05d

View File

@ -2,5 +2,5 @@
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}/home/user"
cp -rv "${COOKBOOK_SOURCE}/*" "${COOKBOOK_STAGE}/home/user"
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/home/user"
"""