Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/87ff31bb8de47e7d07225ec6a52d6e94d799ee11?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
7 additions and
7 deletions
@ -8,17 +8,17 @@ source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build
function header_info {
function header_info {
clear
clear
cat <<"EOF"
cat <<"EOF"
____ _______________ __ _ __________ __
____ ___________ ____ __ _ __ __
/ __ \/ ___/_ __/ __ \/ /_____| | / / ____/ __ )
/ __ \/ _ __/ ___// __ \/ /_____| | / /__ / /_
/ /_/ /\_ _ \ / / / /_/ / __/ __ \ | /| / / __/ / __ |
/ /_/ / / / \_ _ \/ /_/ / __/ __ \ | /| / / _ \/ __ \
/ _, _/___/ // / / ____/ /_/ /_/ / | / | / / /___/ /_/ /
/ _, _/ / / ___/ / ____/ /_/ /_/ / | / | / / __/ /_/ /
/_/ | _| /____// _/ /_/ \_ _/\_ ___/| __/| __/_____/_____/
/_/ | _| /_/ / ____/_/ \_ _/\_ ___/| __/| __/\_ __/_.___/
EOF
EOF
}
}
header_info
header_info
echo -e "Loading..."
echo -e "Loading..."
APP = "R STPtoWEB "
APP = "R TSPtoWeb "
var_disk = "4"
var_disk = "4"
var_cpu = "2"
var_cpu = "2"
var_ram = "2048"
var_ram = "2048"