Skip to content

Commit

Permalink
src/winusb: init: Remove redundant error message
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 8, 2017
1 parent 7328b19 commit d3dbcdb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/winusb
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,7 @@ init(){
"${source_fs_mountpoint}"\
"${target_partition}"\
"${target_fs_mountpoint}"\
|| (
echo_with_color red "Error: Failed to mount filesystems"
exit 1
)
|| exit 1

check_target_filesystem_free_space\
"${target_fs_mountpoint}"\
Expand Down

0 comments on commit d3dbcdb

Please sign in to comment.