fix #10453 broken update (#10456)

Co-authored-by: Ronny Marx <r0mx@mailbox.org>
This commit is contained in:
Karlito83
2026-01-01 19:09:43 +01:00
committed by GitHub
parent 53a2635240
commit 2ccbf11741

View File

@@ -43,7 +43,7 @@ function update_script() {
RELEASE=$(get_latest_github_release "SonarSource/sonarqube")
curl -fsSL "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-${RELEASE}.zip" -o $temp_file
unzip -q "$temp_file" -d /opt
mv /opt/sonarqube-* /opt/sonarqube
mv /opt/sonarqube-${RELEASE} /opt/sonarqube
msg_ok "Updated SonarQube"
msg_info "Restoring Backup"