Re-enable updates for systems using static builds. (#13110)
Revert "Temporarily disable updates for static builds. (#13100)" This reverts commit b67c1026bae0411e863a227214fd4175ff109d0f.
Austin S. Hemmelgarn committed
Jun 10, 2022 at 11:58 UTC
b27b58bb1006761aa7059aef2ff8c090a9e7eb7c
1 file changed
-3
packaging/installer/netdata-updater.sh
-3
@@ -622,9 +622,6 @@ 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
-
625
ndtmpdir="$(create_tmp_directory)"
626
PREVDIR="$(pwd)"
627