From ec801a1d17e97d75eedb55fe0bdad8a84f6a4d13 Mon Sep 17 00:00:00 2001 From: Beth Date: Sat, 29 Mar 2025 17:02:50 -0500 Subject: [PATCH] fixed memory --- scripts/create.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/create.sh b/scripts/create.sh index 4891094..7bf8c28 100644 --- a/scripts/create.sh +++ b/scripts/create.sh @@ -64,6 +64,8 @@ lname=`echo $name | tr '[:upper:]' '[:lower:]'` img=`./shared_scripts/download_install_image.sh $variant` +memory=$((memory*1024)) + #update DHCP ./shared_scripts/update_dhcp.sh $dhcp_opts $lname