From b300f8b5e134de394e5397c0679c4eed418fb637 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:40 +0200 Subject: [PATCH] Update install/sonarqube-install.sh --- install/sonarqube-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/sonarqube-install.sh b/install/sonarqube-install.sh index 0a199c9e..6ffcf4f1 100644 --- a/install/sonarqube-install.sh +++ b/install/sonarqube-install.sh @@ -70,7 +70,7 @@ LimitNPROC=8192 [Install] WantedBy=multi-user.target EOF -$STD systemctl enable --now sonarqube +systemctl enable -q --now sonarqube msg_ok "Service Created" motd_ssh