From 9c4a000d403ed1d4944b670c32241c71c25501ab Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 22 Apr 2023 01:43:02 +0200 Subject: [PATCH] Dot --- run/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/run.sh b/run/run.sh index abe5589..1c7734d 100755 --- a/run/run.sh +++ b/run/run.sh @@ -4,7 +4,7 @@ set -eu # Docker environment variabeles : ${URL:=''} # URL of the PAT file -: ${DEBUG:=''}. # Enable debug mode +: ${DEBUG:=''} # Enable debug mode : ${ALLOCATE:='Y'} # Preallocate diskspace : ${CPU_CORES:='1'} # Amount of CPU cores : ${DISK_SIZE:='16G'} # Initial data disk size