summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2020-09-21 11:48:01 +0000
committerGitHub <noreply@github.com>2020-09-21 11:48:01 +0000
commitbc66c462f33880349504324e1dbc315769abedb8 (patch)
tree5e674302bc85a637d10b2733b722443a9bbcd330 /netdata-installer.sh
parenta8c4f9f2a9e1f833ac346bd492cb447e97f4856e (diff)
Fix typo inside netdata-installer.sh (#9962)
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 5458179639..5580d46bc2 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -1619,7 +1619,7 @@ progress "Install netdata at system init"
# By default we assume the shutdown/startup of the Netdata Agent are effectively
# without any system supervisor/init like SystemD or SysV. So we assume the most
# basic startup/shutdown commands...
-NETDATA_STOP_CMD="${NETDATA_PREFIX}/usr/bin/netdatacli shutdown-agent"
+NETDATA_STOP_CMD="${NETDATA_PREFIX}/usr/sbin/netdatacli shutdown-agent"
NETDATA_START_CMD="${NETDATA_PREFIX}/usr/sbin/netdata"
if grep -q docker /proc/1/cgroup > /dev/null 2>&1; then