X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=netdata-installer.sh;h=51fc25820e54a8e301b5c00ab7f17d8e75a64246;hb=2079851112928fbfec53794776686bde2bbc2643;hp=417c5ca2e968dc7a8f096de63b63a8d6117f49bd;hpb=ae65da2c54802db49bdef84acbbd860e4da90838;p=netdata.git diff --git a/netdata-installer.sh b/netdata-installer.sh index 417c5ca2..51fc2582 100755 --- a/netdata-installer.sh +++ b/netdata-installer.sh @@ -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