Skip to content

Commit

Permalink
Temporarily disable updates for static builds. (netdata#13100)
Browse files Browse the repository at this point in the history
* Temporarily disable updates for static builds.

* Fix typo in warning message.
  • Loading branch information
Ferroin committed Jun 9, 2022
1 parent 26c04ad commit b67c102
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packaging/installer/netdata-updater.sh
Expand Up @@ -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)"

Expand Down

0 comments on commit b67c102

Please sign in to comment.