Fix typo inside netdata-installer.sh (#9962)
thiagoftsm committed
Sep 21, 2020 at 11:48 UTC
bc66c462f33880349504324e1dbc315769abedb8
1 file changed
+1
-1
netdata-installer.sh
+1
-1
@@ -1619,7 +1619,7 @@ progress "Install netdata at system init"
1619
# By default we assume the shutdown/startup of the Netdata Agent are effectively
1620
# without any system supervisor/init like SystemD or SysV. So we assume the most
1621
# basic startup/shutdown commands...
1622
-NETDATA_STOP_CMD="${NETDATA_PREFIX}/usr/bin/netdatacli shutdown-agent"
1622
+NETDATA_STOP_CMD="${NETDATA_PREFIX}/usr/sbin/netdatacli shutdown-agent"
1623
NETDATA_START_CMD="${NETDATA_PREFIX}/usr/sbin/netdata"
1624
1625
if grep -q docker /proc/1/cgroup > /dev/null 2>&1; then