diff --git a/confluent_osdeploy/el8/profiles/default/scripts/firstboot.custom b/confluent_osdeploy/el8/profiles/default/scripts/firstboot.custom index 9cf0900e..eea34051 100644 --- a/confluent_osdeploy/el8/profiles/default/scripts/firstboot.custom +++ b/confluent_osdeploy/el8/profiles/default/scripts/firstboot.custom @@ -1,4 +1,4 @@ -. /tmp/functions +. /etc/confluent/functions # This is a convenient place to keep customizations separate from modifying the stock scripts # While modification of the stock scripts is fine, it may be easier to rebase to a newer # stock profile if the '.custom' files are used. diff --git a/confluent_osdeploy/el8/profiles/default/scripts/post.custom b/confluent_osdeploy/el8/profiles/default/scripts/post.custom index 9cf0900e..eea34051 100644 --- a/confluent_osdeploy/el8/profiles/default/scripts/post.custom +++ b/confluent_osdeploy/el8/profiles/default/scripts/post.custom @@ -1,4 +1,4 @@ -. /tmp/functions +. /etc/confluent/functions # This is a convenient place to keep customizations separate from modifying the stock scripts # While modification of the stock scripts is fine, it may be easier to rebase to a newer # stock profile if the '.custom' files are used. diff --git a/confluent_osdeploy/el8/profiles/default/scripts/post.sh b/confluent_osdeploy/el8/profiles/default/scripts/post.sh index b4d975c8..383334a1 100644 --- a/confluent_osdeploy/el8/profiles/default/scripts/post.sh +++ b/confluent_osdeploy/el8/profiles/default/scripts/post.sh @@ -27,5 +27,3 @@ fi # run_remote example.sh # run_remote_python example.py run_remote post.custom - -