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

Update build.func

Check if the Monitor-All service is currently active. If it is, stop the service until the creation process is complete. Once the creation process is finished, start the Monitor-All service again.
pull/1392/head
tteckster 2 years ago committed by GitHub
parent 465cd75015
commit e946f41890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -375,6 +375,9 @@ install_script() {
ssh_check ssh_check
arch_check arch_check
pve_check pve_check
if systemctl is-active -q ping-instances.service; then
systemctl stop ping-instances.service
fi
NEXTID=$(pvesh get /cluster/nextid) NEXTID=$(pvesh get /cluster/nextid)
timezone=$(cat /etc/timezone) timezone=$(cat /etc/timezone)
header_info header_info
@ -508,4 +511,7 @@ description() {
pct set "$CTID" -description "# ${APP} LXC pct set "$CTID" -description "# ${APP} LXC
### https://tteck.github.io/Proxmox/ ### https://tteck.github.io/Proxmox/
<a href='https://ko-fi.com/D1D7EP4GF'><img src='https://img.shields.io/badge/☕-Buy me a coffee-red' /></a>" <a href='https://ko-fi.com/D1D7EP4GF'><img src='https://img.shields.io/badge/☕-Buy me a coffee-red' /></a>"
if [[ -f /etc/systemd/system/ping-instances.service ]]; then
systemctl start ping-instances.service
fi
} }

Loading…
Cancel
Save

Powered by BW's shoe-string budget.