mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-11 02:09:17 +00:00
Removed blank lines
This commit is contained in:
parent
90ea9cc0ab
commit
4c894d24c0
@ -30,7 +30,6 @@ msg_ok "Updated Python3"
|
|||||||
|
|
||||||
msg_info "Installing Prometheus Proxmox VE Exporter"
|
msg_info "Installing Prometheus Proxmox VE Exporter"
|
||||||
python3 -m pip install --quiet prometheus-pve-exporter
|
python3 -m pip install --quiet prometheus-pve-exporter
|
||||||
|
|
||||||
mkdir -p /etc/prometheus-pve-exporter
|
mkdir -p /etc/prometheus-pve-exporter
|
||||||
cat <<EOF > /etc/prometheus-pve-exporter/pve.yml
|
cat <<EOF > /etc/prometheus-pve-exporter/pve.yml
|
||||||
default:
|
default:
|
||||||
@ -38,7 +37,6 @@ default:
|
|||||||
password: sEcr3T!
|
password: sEcr3T!
|
||||||
verify_ssl: false
|
verify_ssl: false
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
msg_ok "Installed Prometheus Proxmox VE Exporter"
|
msg_ok "Installed Prometheus Proxmox VE Exporter"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
|
Loading…
Reference in New Issue
Block a user