From b62855c84b866db6f64779fee4323dba3578900e Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 17 Jun 2022 09:30:26 -0400 Subject: [PATCH] Fix syntax error in el7 prescript --- confluent_osdeploy/el7/profiles/default/scripts/pre.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/el7/profiles/default/scripts/pre.sh b/confluent_osdeploy/el7/profiles/default/scripts/pre.sh index 3c01ef0a..65b3da0e 100644 --- a/confluent_osdeploy/el7/profiles/default/scripts/pre.sh +++ b/confluent_osdeploy/el7/profiles/default/scripts/pre.sh @@ -81,7 +81,7 @@ if [ -e /tmp/installdisk -a ! -e /tmp/partitioning ]; then fi if [ -f /opt/confluent/bin/apiclient ]; then python /opt/confluent/bin/apiclient /confluent-public/os/$confluent_profile/kickstart.custom -o /tmp/kickstart.custom -else: +else python /etc/confluent/apiclient /confluent-public/os/$confluent_profile/kickstart.custom -o /tmp/kickstart.custom fi kill $logshowpid