Update scrutiny-install.sh

pull/3278/head
Sam Heinz 1 year ago committed by GitHub
parent 1439e21334
commit b11d998236
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      install/scrutiny-install.sh

@ -36,7 +36,7 @@ msg_ok "Set up InfluxDB Repository"
msg_info "Installing InfluxDB" msg_info "Installing InfluxDB"
$STD apt-get update $STD apt-get update
$STD apt-get install -y influxdb2 $STD apt-get install -y influxdb2
$STD systemctl enable --now influxdb systemctl enable -q --now influxdb
msg_ok "Installed InfluxDB" msg_ok "Installed InfluxDB"
msg_info "Installing Scrutiny WebApp" msg_info "Installing Scrutiny WebApp"

Loading…
Cancel
Save