diff --git a/confluent_osdeploy/confluent_osdeploy.spec.tmpl b/confluent_osdeploy/confluent_osdeploy.spec.tmpl index 0c45c834..f40b6d31 100644 --- a/confluent_osdeploy/confluent_osdeploy.spec.tmpl +++ b/confluent_osdeploy/confluent_osdeploy.spec.tmpl @@ -36,8 +36,8 @@ for os in el8 suse15 ubuntu20.04; do done mkdir esxi7out cd esxi7out -cp -a .//opt . -cp -a ../esx7/initramfs/* . +cp -a ../opt . +cp -a ../esxi7/initramfs/* . tar zcvf ../addons.tgz . mv ../addons.tgz . cd ..