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

Update update-lxcs.sh

tweak
pull/3444/head
tteckster 8 months ago committed by GitHub
parent fabbe5925b
commit b108b6e373
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -101,7 +101,7 @@ for container in $(pct list | awk '{if(NR>1) print $1}'); do
done done
wait wait
header_info header_info
echo -e "${GN}The process is complete, and the selected containers have been updated.${CL}\n" echo -e "${GN}The process is complete, and the containers have been successfully updated.${CL}\n"
if [ "${#containers_needing_reboot[@]}" -gt 0 ]; then if [ "${#containers_needing_reboot[@]}" -gt 0 ]; then
echo -e "${RD}The following containers require a reboot:${CL}" echo -e "${RD}The following containers require a reboot:${CL}"
for container_name in "${containers_needing_reboot[@]}"; do for container_name in "${containers_needing_reboot[@]}"; do

Loading…
Cancel
Save

Powered by BW's shoe-string budget.