mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update influxdb-install.sh
add `systemctl enable --now influxdb`
This commit is contained in:
parent
cb327cd55c
commit
6ca1374026
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ if [[ $INFLUX == "2" ]]; then
|
||||||
else
|
else
|
||||||
apt-get install -y influxdb &>/dev/null
|
apt-get install -y influxdb &>/dev/null
|
||||||
fi
|
fi
|
||||||
|
systemctl enable --now influxdb &>/dev/null
|
||||||
msg_ok "Installed InfluxDB"
|
msg_ok "Installed InfluxDB"
|
||||||
|
|
||||||
read -r -p "Would you like to add Telegraf? <y/N> " prompt
|
read -r -p "Would you like to add Telegraf? <y/N> " prompt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue