From 0849f20d60d61ada57365da67b0f9331d30a5f42 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 11 Jun 2020 13:58:01 -0400 Subject: [PATCH] Add stub initprofile.sh While not needed, stub it out for code to be extended if needed. --- confluent_osdeploy/esxi7/profiles/hypervisor/initprofile.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 confluent_osdeploy/esxi7/profiles/hypervisor/initprofile.sh diff --git a/confluent_osdeploy/esxi7/profiles/hypervisor/initprofile.sh b/confluent_osdeploy/esxi7/profiles/hypervisor/initprofile.sh new file mode 100755 index 00000000..1a248525 --- /dev/null +++ b/confluent_osdeploy/esxi7/profiles/hypervisor/initprofile.sh @@ -0,0 +1 @@ +#!/bin/sh