From b11d99823695f8f86ccf9f6d91e86469e4316ddd Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 28 Jun 2024 09:31:39 +1000 Subject: [PATCH] Update scrutiny-install.sh --- install/scrutiny-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/scrutiny-install.sh b/install/scrutiny-install.sh index 9c397108..4bf23167 100644 --- a/install/scrutiny-install.sh +++ b/install/scrutiny-install.sh @@ -36,7 +36,7 @@ msg_ok "Set up InfluxDB Repository" msg_info "Installing InfluxDB" $STD apt-get update $STD apt-get install -y influxdb2 -$STD systemctl enable --now influxdb +systemctl enable -q --now influxdb msg_ok "Installed InfluxDB" msg_info "Installing Scrutiny WebApp"