Update influxdb-install.sh

add `systemctl enable --now influxdb`
pull/872/head
tteckster 2 years ago committed by GitHub
parent cb327cd55c
commit 6ca1374026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -108,6 +108,7 @@ if [[ $INFLUX == "2" ]]; then
else
apt-get install -y influxdb &>/dev/null
fi
systemctl enable --now influxdb &>/dev/null
msg_ok "Installed InfluxDB"
read -r -p "Would you like to add Telegraf? <y/N> " prompt

Loading…
Cancel
Save

Powered by BW's shoe-string budget.