Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/3bc13746d9cb43a228ae9f29c1b69edf47f2ead6?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -55,13 +55,13 @@ function default_settings() {
echo -e " ${ GN } Using CT Name ${ BGN } $NSAPP ${ CL } "
echo -e " ${ GN } Using CT Name ${ BGN } $NSAPP ${ CL } "
HN = $NSAPP
HN = $NSAPP
echo -e " ${ GN } Using Disk Size ${ BGN } 16GB ${ CL } "
echo -e " ${ GN } Using Disk Size ${ BGN } 16GB ${ CL } "
SIZEDISK = " 2 "
SIZEDISK = " 16 "
echo -e " ${ GN } Using Storage ${ BGN } local-lvm ${ CL } "
echo -e " ${ GN } Using Storage ${ BGN } local-lvm ${ CL } "
STORAGETYPE = "local-lvm"
STORAGETYPE = "local-lvm"
echo -e " ${ GN } Using ${ BGN } 2vCPU ${ CL } "
echo -e " ${ GN } Using ${ BGN } 2vCPU ${ CL } "
CORE_COUNT = " 1 "
CORE_COUNT = " 2 "
echo -e " ${ GN } Using ${ BGN } 4096MiB ${ CL } ${ GN } RAM ${ CL } "
echo -e " ${ GN } Using ${ BGN } 4096MiB ${ CL } ${ GN } RAM ${ CL } "
RAM_SIZE = " 512 "
RAM_SIZE = " 4096 "
echo -e " ${ GN } Using IP Address ${ BGN } DHCP ${ CL } "
echo -e " ${ GN } Using IP Address ${ BGN } DHCP ${ CL } "
NET = dhcp
NET = dhcp
echo -e " ${ GN } Using VLAN Tag ${ BGN } NONE ${ CL } "
echo -e " ${ GN } Using VLAN Tag ${ BGN } NONE ${ CL } "