Skip to content

Commit

Permalink
Add message if filesystem type does not show up right #199
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Aug 21, 2023
1 parent 9a5e180 commit f6fea14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ FDISK
fi
rmdir "$TDIR"
fi
else
echo "Could not determine the filesystem of the volume, output is: $(file -Ls $LODEV)"
fi
losetup -d $LODEV

Expand Down

0 comments on commit f6fea14

Please sign in to comment.