summaryrefslogtreecommitdiffstats
path: root/packaging/installer
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-06-09 08:32:47 -0400
committerGitHub <noreply@github.com>2022-06-09 08:32:47 -0400
commitb67c1026bae0411e863a227214fd4175ff109d0f (patch)
tree5bef24f9031ba238e6e08c2013f39327d9c31fdc /packaging/installer
parent26c04ad0ae76a37868c6f0694c9430d195153685 (diff)
Temporarily disable updates for static builds. (#13100)
* Temporarily disable updates for static builds. * Fix typo in warning message.
Diffstat (limited to 'packaging/installer')
-rwxr-xr-xpackaging/installer/netdata-updater.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/installer/netdata-updater.sh b/packaging/installer/netdata-updater.sh
index e4cb29a45e..d3e7a670b4 100755
--- a/packaging/installer/netdata-updater.sh
+++ b/packaging/installer/netdata-updater.sh
@@ -622,6 +622,9 @@ update_build() {
}
update_static() {
+ warning "Due to known issues with updates on static builds, updates for this system are temporarily disabled. They should start working again automatically once this issue is fixed."
+ return 0
+
ndtmpdir="$(create_tmp_directory)"
PREVDIR="$(pwd)"