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

Update internet-check.sh

pull/199/head
tteckster 3 years ago committed by GitHub
parent 8053a2ffb0
commit 1f969e914c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,7 @@
#!/usr/bin/env bash -ex #!/usr/bin/env bash -ex
RD=`echo "\033[01;31m"`
CL=`echo "\033[m"`
GN=`echo "\033[1;92m"`
CM="${GN}${CL}" CM="${GN}${CL}"
CROSS="${RD}${CL}" CROSS="${RD}${CL}"
wget -q --tries=10 --timeout=5 --spider http://google.com wget -q --tries=10 --timeout=5 --spider http://google.com

Loading…
Cancel
Save

Powered by BW's shoe-string budget.