Explorar o código

Update openwrt-vm.sh

tweak
tteckster %!s(int64=2) %!d(string=hai) anos
pai
achega
7e5206239a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      vm/openwrt-vm.sh

+ 1 - 1
vm/openwrt-vm.sh

@@ -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}"