Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/47a76e6977541e25a08e4421553a20ddb4113ded?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
6 deletions
@ -30,12 +30,11 @@ if [ `pveversion | grep "pve-manager/7" | wc -l` -ne 1 ]; then
fi
fi
function header_info {
function header_info {
echo -e " ${ RD }
echo -e " ${ RD }
_______ ________ ______ _____ _ _____ _ _ _
____ _ _____________ ____ __ ____ __ ____
| __ \ \ / / ____| ____ | | __ \ | | | _ _| | | | | |
/ __ \ | / / ____/__ / / __ \_ ___ _____/ /_ / _/___ _____/ /_____ _/ / /
| | __) \ \ / /| | __ / / | | __) | __ ___| | _ | | _ __ ___| | _ __ _| | |
/ /_/ / | / / __/ / / / /_/ / __ \/ ___/ __/ / // __ \/ ___/ __/ __ / / /
| ___/ \ \/ / | __| / / | ___/ _ \/ __| __| | | | _ \/ __| __/ _ | | |
/ ____/| | / / /___ / / / ____/ /_/ ( __ ) /_ _/ // / / ( __ ) /_/ /_/ / / /
| | \ / | | ____ / / | | | ( _) \_ _ \ | _ _| | _| | | \_ _ \ || ( _| | | |
/_/ | ___/_____/ /_/ /_/ \_ ___/____/\_ _/ /___/_/ /_/____/\_ _/\_ _,_/_/_/
| _| \/ | ______| /_/ | _| \_ __/| ___/\_ _| | _____| _| | _| ___/\_ _\_ _,_| _| _|
${ CL } "
${ CL } "
}
}