]> arthur.barton.de Git - netdata.git/blobdiff - netdata-installer.sh
Merge pull request #1880 from sternix/master
[netdata.git] / netdata-installer.sh
index 95a02b5ffd6fb3cf37baba296ea2d1ce8c43e1de..51fc25820e54a8e301b5c00ab7f17d8e75a64246 100755 (executable)
@@ -84,7 +84,7 @@ Valid <installer options> are:
 
    --install /PATH/TO/INSTALL
 
-        If your give: --install /opt
+        If you give: --install /opt
         netdata will be installed in /opt/netdata
 
    --dont-start-it
@@ -723,7 +723,7 @@ if [ ${UID} -eq 0 ]
             # if we managed to setcap
             # but we fail to execute apps.plugin
             # trigger setuid to root
-            "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/apps.plugin" -v >/dev/null 2>&1
+            "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/apps.plugin" -t >/dev/null 2>&1
             setcap_ret=$?
         fi
     fi