give disk size a unit in cloudron-system-setup.sh

This commit is contained in:
Johannes Zellner
2016-12-30 11:49:57 +01:00
parent 49d70f487e
commit 1e4e76b0dd

View File

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