Skip to content

Commit

Permalink
bugfix: be less picky about mount error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ianka committed Jul 13, 2020
1 parent d046320 commit 0cd1052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xfs_undelete
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ foreach line [split $result \n] {
puts stderr "Remount failed. Root privileges are required to run this command on this filesystem."
exit 32
}
{mount: * mount point is busy.} {
{mount: * is busy?} {
puts stderr "Remount failed. $err"
exit 32
}
Expand Down

0 comments on commit 0cd1052

Please sign in to comment.