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

Update openwrt-vm.sh

tweak
pull/1460/head
tteckster 2 years ago committed by GitHub
parent 6a108a06ce
commit 7e5206239a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -209,7 +209,7 @@ function advanced_settings() {
else else
exit exit
fi fi
RAM_SIZE=$(whiptail --inputbox "Allocate RAM in MiB" 8 58 1024 --title "RAM" 3>&1 1>&2 2>&3) RAM_SIZE=$(whiptail --inputbox "Allocate RAM in MiB" 8 58 256 --title "RAM" 3>&1 1>&2 2>&3)
exitstatus=$? exitstatus=$?
if [ $exitstatus = 0 ]; then if [ $exitstatus = 0 ]; then
echo -e "${DGN}Allocated RAM: ${BGN}$RAM_SIZE${CL}" echo -e "${DGN}Allocated RAM: ${BGN}$RAM_SIZE${CL}"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.