Skip to content

Commit 67389a5

Browse files
author
Mae Dartmann
committed
postinst: improve wording
add missing `the` in front of name, remove redundant `using systemd` when already using `systemctl` Signed-off-by: Mae Dartmann <[email protected]> Changes to be committed: modified: scripts/pkg/build_templates/opensearch-dashboards/deb/debian/postinst modified: scripts/pkg/build_templates/opensearch/deb/debian/postinst
1 parent 5132883 commit 67389a5

File tree

2 files changed

+4
-4
lines changed
  • scripts/pkg/build_templates

2 files changed

+4
-4
lines changed

scripts/pkg/build_templates/opensearch-dashboards/deb/debian/postinst

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ fi
2828
systemd-tmpfiles --create opensearch-dashboards.conf
2929

3030
# Messages
31-
echo "### NOT starting on installation, please execute the following statements to configure opensearch-dashboards service to start automatically using systemd"
31+
echo "### NOT starting on installation, please execute the following command to configure the opensearch-dashboards service to start automatically"
3232
echo " systemctl enable opensearch-dashboards.service"
33-
echo "### You can start opensearch-dashboards service by executing"
33+
echo "### You can start the opensearch-dashboards service by executing"
3434
echo " systemctl start opensearch-dashboards.service"
3535

3636
# Set owner

scripts/pkg/build_templates/opensearch/deb/debian/postinst

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ sysctl -p /usr/lib/sysctl.d/opensearch.conf > /dev/null 2>&1
4747
systemd-tmpfiles --create opensearch.conf
4848

4949
# Messages
50-
echo "### NOT starting on installation, please execute the following statements to configure opensearch service to start automatically using systemd"
50+
echo "### NOT starting on installation, please execute the following command to configure the opensearch service to start automatically"
5151
echo " systemctl enable opensearch.service"
52-
echo "### You can start opensearch service by executing"
52+
echo "### You can start the opensearch service by executing"
5353
echo " systemctl start opensearch.service"
5454

5555
if [ -d ${product_dir}/plugins/opensearch-security ]; then

0 commit comments

Comments
 (0)