If already resized ignore.
This commit is contained in:
parent
c64dee5c3f
commit
b5d5da9145
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ if [ "${END_DISK}" != "${CYLINDERS}" ]; then
|
|||
fi
|
||||
else
|
||||
echo "$DISK_PART: is $START_DISK to $END_DISK of $CYLINDERS"
|
||||
echo "It is already resized"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Mount system
|
||||
|
|
Loading…
Reference in a new issue