From 1306be521ac3d951b88f80152c1ea7328155ac3d Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 26 Apr 2023 21:52:30 +0200 Subject: [PATCH] Tabs --- run/run.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/run/run.sh b/run/run.sh index d71c5f9..3aed190 100755 --- a/run/run.sh +++ b/run/run.sh @@ -3,11 +3,11 @@ set -eu # Docker environment variables -: ${URL:=''} # URL of the PAT file -: ${DEBUG:='N'} # Enable debug mode -: ${ALLOCATE:='Y'} # Preallocate diskspace -: ${CPU_CORES:='1'} # Amount of CPU cores -: ${DISK_SIZE:='16G'} # Initial data disk size +: ${URL:=''} # URL of the PAT file +: ${DEBUG:='N'} # Enable debug mode +: ${ALLOCATE:='Y'} # Preallocate diskspace +: ${CPU_CORES:='1'} # Amount of CPU cores +: ${DISK_SIZE:='16G'} # Initial data disk size : ${RAM_SIZE:='512M'} # Maximum RAM amount echo "Starting Virtual DSM for Docker v${VERSION}..."