From f0629359d332f60b65a4988a00c8ed6b980b2c8c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 5 Jan 2024 23:11:31 +0300 Subject: [PATCH] tweaks... Signed-off-by: Alex A. Naanou --- syncthing/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing/make.sh b/syncthing/make.sh index 60485db..d6c6cc4 100755 --- a/syncthing/make.sh +++ b/syncthing/make.sh @@ -22,7 +22,7 @@ source ../.pct-helpers #---------------------------------------------------------------------- DFL_ID=${DFL_ID:=301} -DFL_CTHOSTNAME=${CTHOSTNAME:=${DFL_CTHOSTNAME:=syncthing}} +DFL_CTHOSTNAME=${DFL_CTHOSTNAME:=syncthing} DFL_RAM=${RAM:=${DFL_RAM:=1024}} DFL_SWAP=${SWAP:=${DFL_SWAP:=$RAM}}