Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/e690bcf08ff2cd6fa3ae291dbfe1b8fa965cd5e0?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update agentdvr-install.sh

- change service name
- fixes https://github.com/tteck/Proxmox/issues/2379
pull/2393/head
tteckster 1 year ago committed by GitHub
parent bd3321fd8c
commit e690bcf08f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -36,7 +36,7 @@ chmod +x ./Agent
msg_ok "Installed AgentDVR"
msg_info "Creating Service"
cat <<EOF >/etc/systemd/system/agentdvr.service
cat <<EOF >/etc/systemd/system/AgentDVR.service
[Unit]
Description=AgentDVR
@ -51,7 +51,7 @@ RestartSec=5
[Install]
WantedBy=multi-user.target
EOF
systemctl enable -q --now agentdvr.service
systemctl enable -q --now AgentDVR.service
msg_ok "Created Service"
motd_ssh

Loading…
Cancel
Save

Powered by BW's shoe-string budget.