From d4a65caf4420a92b7c5807f5fc57dea2b70744d8 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:24:12 -0500 Subject: [PATCH] move quote --- lorax_templates/copy_dnf_cache.tmpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lorax_templates/copy_dnf_cache.tmpl.in b/lorax_templates/copy_dnf_cache.tmpl.in index 665a12f..74a3873 100644 --- a/lorax_templates/copy_dnf_cache.tmpl.in +++ b/lorax_templates/copy_dnf_cache.tmpl.in @@ -1 +1 @@ -runcmd bash "-c 'if [[ -d /cache/dnf_new ]]; then cp -R /cache/dnf /cache/dnf_new; fi'" \ No newline at end of file +runcmd bash -c "if [[ -d /cache/dnf_new ]]; then cp -R /cache/dnf /cache/dnf_new; fi" \ No newline at end of file