summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorSanskritFritz <SanskritFritz+github@gmail.com>2016-01-27 22:10:19 +0100
committerSanskritFritz <SanskritFritz+github@gmail.com>2016-01-27 22:10:19 +0100
commit4dfedd4f5e86daaee0ef2799880847c001ead154 (patch)
tree4d397095ff5936c1b394cd2fe0c8fad4dc909c5e /netdata-installer.sh
parent8672e9387fa20c2ddb771be5a53ba1f3dbc80d89 (diff)
Fixed a typo
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 b6983be953..95409b885c 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -23,7 +23,7 @@ BANNER
if [ ! "${UID}" = 0 -o "$1" = "-h" -o "$1" = "--help" ]
then
echo >&2
- echo >&2 "You have to run netdata are root."
+ echo >&2 "You have to run netdata as root."
echo >&2 "The netdata daemon will drop priviliges"
echo >&2 "but you have to start it as root."
echo >&2