From 006db24591d3474fe655762e3b0fa168341f3b8b Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 9 Jun 2020 09:51:48 -0400 Subject: [PATCH] Fix more mistakes in the esxi deploy --- confluent_osdeploy/confluent_osdeploy.spec.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ..