Skip to content

Commit

Permalink
Change of two messages as they become too long
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieshka committed Oct 1, 2022
1 parent 3eb7403 commit 3ee6684
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ shrinkPartition() {
resetFlag "$part"
;;
extfs)
dots "Checking $fstype volume ($part) before shrinking"
dots "Checking $fstype volume ($part)"
e2fsck -fp $part >/tmp/e2fsck.txt 2>&1
case $? in
0)
Expand Down Expand Up @@ -647,7 +647,7 @@ shrinkPartition() {
resizePartition "$part" "$sizeextresize" "$imagePath"
echo "Done"
debugPause
dots "Checking $fstype volume ($part) after shrinking"
dots "Checking $fstype volume ($part)"
e2fsck -fp $part >/tmp/e2fsck.txt 2>&1
case $? in
0)
Expand Down

0 comments on commit 3ee6684

Please sign in to comment.