From 71c8781e31e2ee476d9cfc85319f9fa5ae0f55a0 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:41:55 +0200 Subject: [PATCH] Update sonarqube-install.sh --- install/sonarqube-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/sonarqube-install.sh b/install/sonarqube-install.sh index e2b5eeed..62676713 100644 --- a/install/sonarqube-install.sh +++ b/install/sonarqube-install.sh @@ -31,6 +31,7 @@ $STD sudo -u postgres psql -c "CREATE DATABASE $DB_NAME OWNER $DB_USER;" msg_ok "Installed PostgreSQL" msg_info "Configuring SonarQube" +$STD useradd -r -m -U -d /opt/sonarqube -s /bin/bash sonarqube chown -R sonarqube:sonarqube /opt/sonarqube chmod -R 755 /opt/sonarqube mkdir -p /opt/sonarqube/conf