From c9f2f801acdd19d658a6b70437ee0fc3bade479b 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:37:46 +0200 Subject: [PATCH] Update install/sonarqube-install.sh --- install/sonarqube-install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/sonarqube-install.sh b/install/sonarqube-install.sh index 6ffcf4f1..2f7847f2 100644 --- a/install/sonarqube-install.sh +++ b/install/sonarqube-install.sh @@ -37,9 +37,6 @@ useradd -r -m -U -d /opt/sonarqube -s /bin/bash sonarqube 2>/dev/null || true msg_info "Configuring SonarQube" chown -R sonarqube:sonarqube /opt/sonarqube chmod -R 755 /opt/sonarqube -msg_ok "Installed SonarQube" - -msg_info "Configuring SonarQube" mkdir -p /opt/sonarqube/conf cat >/opt/sonarqube/conf/sonar.properties <