From 266f736b6e304546593a76da720176da4bfbf349 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Sat, 29 Jan 2022 18:37:04 +0100 Subject: [PATCH] Disable telemetry, set to stable upgrade channel --- scripts/install | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 9014d25..00c2be3 100644 --- a/scripts/install +++ b/scripts/install @@ -98,7 +98,7 @@ exec 3>${tmp} # Launch netdata installation in /opt directory pushd $NETDATA_TMPDIR -./netdata-installer.sh --install /opt --dont-wait --disable-cloud >&3 2>&3 || ynh_die "FAILED TO COMPILE/INSTALL NETDATA" +./netdata-installer.sh --install /opt --dont-wait --disable-cloud --disable-telemetry --stable-channel >&3 2>&3 || ynh_die "FAILED TO COMPILE/INSTALL NETDATA" popd # close fd 3 diff --git a/scripts/restore b/scripts/restore index 38fc509..633cd3a 100644 --- a/scripts/restore +++ b/scripts/restore @@ -82,7 +82,7 @@ exec 3>${tmp} # Launch netdata installation in /opt directory cd $NETDATA_TMPDIR -./netdata-installer.sh --install /opt --dont-wait --disable-cloud >&3 2>&3 || ynh_die "FAILED TO COMPILE/INSTALL NETDATA" +./netdata-installer.sh --install /opt --dont-wait --disable-cloud --disable-telemetry --stable-channel >&3 2>&3 || ynh_die "FAILED TO COMPILE/INSTALL NETDATA" # close fd 3 exec 3<&-