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

Update install.func

The script now checks IPv6 internet connectivity by attempting to ping "google.com" instead of Cloudflare's DNS IPv6 server address.
pull/2532/head
tteckster 1 year ago committed by GitHub
parent 47b581ee38
commit c0e3edc0c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -130,7 +130,7 @@ network_check() {
# Check if IPv6 is being used # Check if IPv6 is being used
if ip -o -6 addr show | grep -q "scope global"; then if ip -o -6 addr show | grep -q "scope global"; then
if ping6 -c 1 -W 1 2606:4700:4700::1111 &>/dev/null; then if ping -6 google.com &>/dev/null; then
msg_ok "IPv6 Internet Connected"; msg_ok "IPv6 Internet Connected";
else else
msg_error "IPv6 Internet Not Connected"; msg_error "IPv6 Internet Not Connected";

Loading…
Cancel
Save

Powered by BW's shoe-string budget.