From 700afc66066a1ac12a8cc178f180565d553e7c53 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 1 Jun 2020 11:12:28 -0400 Subject: [PATCH] Fix function definition Sourcing the functions was causing a hang. --- confluent_osdeploy/el8/profiles/default/scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/el8/profiles/default/scripts/functions b/confluent_osdeploy/el8/profiles/default/scripts/functions index c280de30..c5b9a992 100644 --- a/confluent_osdeploy/el8/profiles/default/scripts/functions +++ b/confluent_osdeploy/el8/profiles/default/scripts/functions @@ -6,7 +6,7 @@ run_remote() { cd - } -run_remote_python { +run_remote_python() { cd $(mktemp -d) curl -f https://$mgr/confluent-public/os/$profile/scripts/$1 > $1 /usr/libexec/platform-python $1