summaryrefslogtreecommitdiffstats
path: root/packaging/installer/netdata-updater.sh
diff options
context:
space:
mode:
authorPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-07-22 22:52:19 +0200
committerPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-07-22 22:52:19 +0200
commitfb49bb93a9195bf09bcf2e58f5fde7af428d5ad1 (patch)
treed22a366924ea9a4e73844a4fbcc27eb494a4f4a3 /packaging/installer/netdata-updater.sh
parentdc218369c67da0654153b375df9d3089045ba889 (diff)
netdata/packaging: Fix installer scripts documentation. updater is, well, updater (not uninstaller). Also some style
Diffstat (limited to 'packaging/installer/netdata-updater.sh')
-rwxr-xr-xpackaging/installer/netdata-updater.sh12
1 files changed, 9 insertions, 3 deletions
diff --git a/packaging/installer/netdata-updater.sh b/packaging/installer/netdata-updater.sh
index 83031f3aa5..c532d39939 100755
--- a/packaging/installer/netdata-updater.sh
+++ b/packaging/installer/netdata-updater.sh
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
#shellcheck disable=SC2164
-
-# this script will uninstall netdata
-
+#
+# Netdata updater utility
+#
# Variables needed by script:
# - PATH
# - CFLAGS
@@ -11,6 +11,12 @@
# - NETDATA_TARBALL_URL
# - NETDATA_TARBALL_CHECKSUM_URL
# - NETDATA_TARBALL_CHECKSUM
+#
+#
+# Copyright: SPDX-License-Identifier: GPL-3.0-or-later
+#
+# Author: Paweł Krupa <paulfantom@gmail.com>
+# Author: Pavlos Emm. Katsoulakis <paul@netdata.cloud>
info() {
echo >&3 "$(date) : INFO: " "${@}"