From fafd4a4fcaadaf251c5976f5a081608984ae5eea Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 19 Dec 2023 03:59:19 +0100 Subject: [PATCH] feat: Enable IO threading --- src/disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/disk.sh b/src/disk.sh index 32ec67b..7c00aa0 100644 --- a/src/disk.sh +++ b/src/disk.sh @@ -146,7 +146,7 @@ resizeDisk() { DATA_SIZE=$(numfmt --from=iec "$DISK_SPACE") local REQ=$((DATA_SIZE-CUR_SIZE)) (( REQ < 1 )) && error "Shrinking disks is not supported yet, please increase ${DISK_DESC^^}_SIZE." && exit 71 - + if [[ "$ALLOCATE" != [Nn]* ]]; then # Check free diskspace