diff --git a/ct/sonarqube.sh b/ct/sonarqube.sh index 41e39dc52..0ac979445 100644 --- a/ct/sonarqube.sh +++ b/ct/sonarqube.sh @@ -44,6 +44,7 @@ function update_script() { curl -fsSL "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-${RELEASE}.zip" -o $temp_file unzip -q "$temp_file" -d /opt mv /opt/sonarqube-${RELEASE} /opt/sonarqube + echo "${RELEASE}" > ~/.sonarqube msg_ok "Updated SonarQube" msg_info "Restoring Backup"