From 1e4e76b0dd9626e4113860253584b8febfd6dbbc Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 30 Dec 2016 11:49:57 +0100 Subject: [PATCH] give disk size a unit in cloudron-system-setup.sh --- setup/start/cloudron-system-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/start/cloudron-system-setup.sh b/setup/start/cloudron-system-setup.sh index 5769ab680..6331584ef 100755 --- a/setup/start/cloudron-system-setup.sh +++ b/setup/start/cloudron-system-setup.sh @@ -24,7 +24,7 @@ readonly ext4_reserved=$((disk_size * 5 / 100)) # this can be changes using tune echo "Disk device: ${disk_device}" echo "Physical memory: ${physical_memory}" echo "Estimated app count: ${app_count}" -echo "Disk size: ${disk_size}" +echo "Disk size: ${disk_size}M" # Allocate swap for general app usage if [[ ! -f "${APPS_SWAP_FILE}" && ${swap_size} -gt 0 ]]; then