From a844845c4f31b91ab5869a5f4425c89be83acb17 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 21 Oct 2024 17:43:01 +0300 Subject: [PATCH] bugfix... Signed-off-by: Alex A. Naanou --- ssh/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/make.sh b/ssh/make.sh index 247ae5c..e9d4a0d 100755 --- a/ssh/make.sh +++ b/ssh/make.sh @@ -26,7 +26,7 @@ DFL_CTHOSTNAME=${DFL_CTHOSTNAME:=ssh} DFL_CORES=${DFL_SSH_CORES:=1} DFL_RAM=${DFL_SSH_RAM:=512} -DFL_SWAP=${DFL_SSH_SWAP:=${RAM}} +DFL_SWAP=${DFL_SSH_SWAP:=${DFL_RAM}} DFL_DRIVE=${DFL_SSH_DRIVE:=16} WAN_IP=SKIP