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