From e19922adb59fdce217540b663850c2755b359b82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:39:43 +0200 Subject: [PATCH] Update sonarqube-install.sh --- install/sonarqube-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/sonarqube-install.sh b/install/sonarqube-install.sh index 7b362954..187ec31b 100644 --- a/install/sonarqube-install.sh +++ b/install/sonarqube-install.sh @@ -12,7 +12,7 @@ setting_up_container network_check update_os -JAVA_VERSION=21 setup_java +JAVA_VERSION="21" setup_java PG_VERSION="17" setup_postgresql fetch_and_deploy_gh_release "sonarqube" "SonarSource/sonarqube" "tarball" @@ -31,7 +31,6 @@ $STD sudo -u postgres psql -c "CREATE DATABASE $DB_NAME OWNER $DB_USER;" } >>~/sonarqube.creds msg_ok "Installed PostgreSQL" - msg_info "Configuring SonarQube" chown -R sonarqube:sonarqube /opt/sonarqube chmod -R 755 /opt/sonarqube