1
0
Fork 0
This commit is contained in:
VirtuBox 2019-04-10 14:31:47 +02:00
parent 2c3b999531
commit b118a3e61b
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ _FIX_NETDATA() {
if [ -d /usr/src/netdata.git/.git ]; then
git -C /usr/src/netdata.git pull
/usr/src/netdata.git/netdata-installer.sh --dont-wait --stable
/usr/src/netdata.git/netdata-installer.sh --dont-wait
sudo sed -i 's/SEND_EMAIL="YES"/SEND_EMAIL="NO"/' /usr/lib/netdata/conf.d/health_alarm_notify.conf
service netdata restart
else