From 5efc3770061334ea298db79c030e646d74b3eca8 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:15:23 -0500 Subject: [PATCH] cmd then args --- 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 a601d2d..665a12f 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