diff --git a/scripts/pkg/build_templates/opensearch/deb/debian/postinst b/scripts/pkg/build_templates/opensearch/deb/debian/postinst index 3a1f992a02..515a0e5419 100755 --- a/scripts/pkg/build_templates/opensearch/deb/debian/postinst +++ b/scripts/pkg/build_templates/opensearch/deb/debian/postinst @@ -70,7 +70,7 @@ if [ -d ${product_dir}/plugins/opensearch-security ]; then echo " See demo certs creation log in ${log_dir}/install_demo_configuration.log" fi echo "### Upcoming breaking change in packaging" -echo " In a future release of OpenSearch Dashboards, we plan to change the permissions associated with access to installed files" +echo " In a future release of OpenSearch, we plan to change the permissions associated with access to installed files" echo " If you are configuring tools that require read access to the OpenSearch configuration files, we recommend you add the user that runs these tools to the 'opensearch' group" echo " For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043" exit 0 diff --git a/scripts/pkg/build_templates/opensearch/rpm/opensearch.rpm.spec b/scripts/pkg/build_templates/opensearch/rpm/opensearch.rpm.spec index cd800f5c47..11a2a837f6 100644 --- a/scripts/pkg/build_templates/opensearch/rpm/opensearch.rpm.spec +++ b/scripts/pkg/build_templates/opensearch/rpm/opensearch.rpm.spec @@ -133,7 +133,7 @@ if [ -d %{product_dir}/plugins/opensearch-security ]; then echo " See demo certs creation log in %{log_dir}/install_demo_configuration.log" fi echo "### Upcoming breaking change in packaging" -echo " In a future release of OpenSearch Dashboards, we plan to change the permissions associated with access to installed files" +echo " In a future release of OpenSearch, we plan to change the permissions associated with access to installed files" echo " If you are configuring tools that require read access to the OpenSearch configuration files, we recommend you add the user that runs these tools to the 'opensearch' group" echo " For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043" exit 0