1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

cmd then args

This commit is contained in:
Jason N. 2024-03-07 13:15:23 -05:00
parent 5b95a9a6a4
commit 5efc377006

View file

@ -1 +1 @@
runcmd "bash -c 'if [[ -d /cache/dnf_new ]]; then cp -R /cache/dnf /cache/dnf_new; fi'" runcmd bash "-c 'if [[ -d /cache/dnf_new ]]; then cp -R /cache/dnf /cache/dnf_new; fi'"