mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
copy content not dir
This commit is contained in:
parent
a9d01519fd
commit
284375bb4d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
<%page args="dnf_cache"/>
|
||||
|
||||
runcmd bash -c "if [[ -e ${dnf_cache}_new ]]; then cp -R ${dnf_cache} ${dnf_cache}_new; fi"
|
||||
runcmd bash -c "if [[ -e ${dnf_cache}_new ]]; then cp -R ${dnf_cache}/* ${dnf_cache}_new/; fi"
|
||||
Loading…
Add table
Add a link
Reference in a new issue