Temporarily disable updates for static builds. (#13100)
* Temporarily disable updates for static builds. * Fix typo in warning message.
Austin S. Hemmelgarn committed
Jun 9, 2022 at 08:32 UTC
b67c1026bae0411e863a227214fd4175ff109d0f
1 file changed
+3
packaging/installer/netdata-updater.sh
+3
@@ -622,6 +622,9 @@ update_build() {
622
}
623
624
update_static() {
625
+ 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."
626
+ return 0
627
+
628
ndtmpdir="$(create_tmp_directory)"
629
PREVDIR="$(pwd)"
630