summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-11-30 11:01:56 +0200
committerGitHub <noreply@github.com>2018-11-30 11:01:56 +0200
commit0cb72d21e879c96a02bcd450c5b61e9cc3a611d9 (patch)
treecf8406f710b9dcf56fe5bb28c14182bd133ce55a /installer
parentbe04429f074c7da838227b20ca87d103465152e8 (diff)
auto-label PRs and minor cleanup (#4795)
Diffstat (limited to 'installer')
-rw-r--r--installer/netdata-updater.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/netdata-updater.sh b/installer/netdata-updater.sh
index 94f3ac04b2..9ab0383e92 100644
--- a/installer/netdata-updater.sh
+++ b/installer/netdata-updater.sh
@@ -22,7 +22,7 @@ source installer/.environment.sh || exit 1
UID="$(id -u)"
if [ "${INSTALL_UID}" != "${UID}" ]
then
- echo >&2 "This script should be run as user with uid ${INSTALL_UID} but it now runs with uid ${UID}"
+ echo >&2 "You are running this script as user with uid ${UID}. We recommend to run this script as root (user with uid 0)"
exit 1
fi