diff --git a/confluent_osdeploy/confluent_osdeploy.spec.tmpl b/confluent_osdeploy/confluent_osdeploy.spec.tmpl index 4a9294cf..6bec5900 100644 --- a/confluent_osdeploy/confluent_osdeploy.spec.tmpl +++ b/confluent_osdeploy/confluent_osdeploy.spec.tmpl @@ -29,7 +29,7 @@ for os in el8 suse15 ubuntu20.04; do mkdir ${os}out cd ${os}out cp -a ../opt . - cp -a ../{os}/initramfs/* . + cp -a ../${os}/initramfs/* . find . | cpio -H newc -o > addons.cpio cd .. done