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

Add disk resizes

parent fb8fe23f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ if [ -f "${DATA}" ]; then

  if [ "$DATA_SIZE" -gt "$OLD_SIZE" ]; then

    echo "Resizing data disk from $OLD_SIZE to $DATA_SIZE bytes.."
    echo "INFO: Resizing data disk from $OLD_SIZE to $DATA_SIZE bytes.."
           
    REQ=$((DATA_SIZE-OLD_SIZE))