From b9fffad1f80bac7402f8478a0a9b3fd529fd1ebb Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 28 Aug 2020 17:08:36 -0400 Subject: [PATCH] Fix post.sh comment documentation --- confluent_osdeploy/el7/profiles/default/scripts/post.sh | 2 +- confluent_osdeploy/el8/profiles/default/scripts/post.sh | 2 +- confluent_osdeploy/rhvh4/profiles/default/scripts/post.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/confluent_osdeploy/el7/profiles/default/scripts/post.sh b/confluent_osdeploy/el7/profiles/default/scripts/post.sh index cc21d46b..9fbd9915 100644 --- a/confluent_osdeploy/el7/profiles/default/scripts/post.sh +++ b/confluent_osdeploy/el7/profiles/default/scripts/post.sh @@ -26,7 +26,7 @@ run_remote_python add_local_repositories # If, for example, there is a post script that has a dependency on a driver or filesystem that # cannot work until booting into the installer, use firstboot.sh instead -# run_remote will download and execute from /var/lib/confluent/public//scripts/ directory +# run_remote will download and execute from /var/lib/confluent/public/os//scripts/ directory # run_remote_python will use the appropriate python interpreter path to run the specified script # A post.custom is provided to more conveniently hold customizations, see the post.custom file. diff --git a/confluent_osdeploy/el8/profiles/default/scripts/post.sh b/confluent_osdeploy/el8/profiles/default/scripts/post.sh index bd861f39..1ee0bcc8 100644 --- a/confluent_osdeploy/el8/profiles/default/scripts/post.sh +++ b/confluent_osdeploy/el8/profiles/default/scripts/post.sh @@ -26,7 +26,7 @@ run_remote_python add_local_repositories # If, for example, there is a post script that has a dependency on a driver or filesystem that # cannot work until booting into the installer, use firstboot.sh instead -# run_remote will download and execute from /var/lib/confluent/public//scripts/ directory +# run_remote will download and execute from /var/lib/confluent/public/os//scripts/ directory # run_remote_python will use the appropriate python interpreter path to run the specified script # A post.custom is provided to more conveniently hold customizations, see the post.custom file. diff --git a/confluent_osdeploy/rhvh4/profiles/default/scripts/post.sh b/confluent_osdeploy/rhvh4/profiles/default/scripts/post.sh index d235598b..2d4d059e 100644 --- a/confluent_osdeploy/rhvh4/profiles/default/scripts/post.sh +++ b/confluent_osdeploy/rhvh4/profiles/default/scripts/post.sh @@ -21,7 +21,7 @@ fi # If, for example, there is a post script that has a dependency on a driver or filesystem that # cannot work until booting into the installer, use firstboot.sh instead -# run_remote will download and execute from /var/lib/confluent/public//scripts/ directory +# run_remote will download and execute from /var/lib/confluent/public/os//scripts/ directory # run_remote_python will use the appropriate python interpreter path to run the specified script # A post.custom is provided to more conveniently hold customizations, see the post.custom file.