1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00
build-container-installer/lorax_templates/cache_copy_dnf.tmpl
2024-03-11 13:12:53 -04:00

3 lines
No EOL
118 B
Cheetah

<%page args="dnf_cache"/>
runcmd bash -c "if [[ -e ${dnf_cache}_new ]]; then cp -R ${dnf_cache} ${dnf_cache}_new; fi"