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

Update update-lxcs.sh

tweak
pull/1392/head
tteckster 2 years ago committed by GitHub
parent 2ca3e77bea
commit 485444b07d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,7 @@ function update_container() {
esac
}
header_info
for container in $(pct list | tail -n +2 | cut -f1 -d' '); do
for container in $(pct list | awk '{if(NR>1) print $1}'); do
excluded=false
for excluded_container in "${excluded_containers[@]}"; do
if [ "$container" == "$excluded_container" ]; then

Loading…
Cancel
Save

Powered by BW's shoe-string budget.