feat: Enable IO threading

This commit is contained in:
Kroese
2023-12-19 03:59:19 +01:00
committed by GitHub
parent 5b69178f08
commit fafd4a4fca

View File

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