summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorKonstantinos Natsakis <5933427+knatsakis@users.noreply.github.com>2019-11-06 12:50:02 +0200
committerGitHub <noreply@github.com>2019-11-06 12:50:02 +0200
commite3b4a62c1e08ec07a42fb2c780230a0fe7d4537b (patch)
treedcbb8fd5035b4222593854f8b5ade5dc11c680b0 /netdata-installer.sh
parent928c52f73f7f21e6d434bff82b01effedb6010bd (diff)
netdata-installer.sh follow-up based on #7060 review (#7200)
* netdata-installer.sh: Improve message about updater installation * packaging/installer/functions.sh: get_crondir() fails if crondir is not found * packaging/installer/functions.sh: Mark get_crondir and check_crondir_permissions functions as private
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index bf7ac40489..d36aa4b948 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -1051,7 +1051,7 @@ echo >&2 "Uninstall script copied to: ${TPUT_RED}${TPUT_BOLD}${NETDATA_PREFIX}/u
echo >&2
# -----------------------------------------------------------------------------
-progress "Install (but not enable) netdata updater tool"
+progress "Installing (but not enabling) the netdata updater tool"
cleanup_old_netdata_updater || run_failed "Cannot cleanup old netdata updater tool."
install_netdata_updater || run_failed "Cannot install netdata updater tool."