Unverified Commit d13c693f authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Apply suggested fix to src/disk.sh from Copilot Autofix

parent 0392436b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ convertDisk() {

  if [[ "$ALLOCATE" != [Nn]* ]]; then

    local CUR_SIZE SPACE GB
    local CUR_SIZE SPACE GB FA

    # Check free diskspace
    CUR_SIZE=$(getSize "$SOURCE_FILE")