This commit is contained in:
Charles N Wyble - admin 2020-03-24 14:19:59 -05:00
parent bdc3a40fd1
commit ad20d4cddb

View File

@ -1,9 +1,9 @@
#!/bin/bash
#echo "stopping netdata..."
#service netdata stop
echo "stopping netdata..."
service netdata stop
#echo "starting netdata..."
#service netdata start
echo "starting netdata..."
service netdata start
echo "netdata file refresh"