Skip to content

Commit

Permalink
src/woeusb: trap_exit: Add another solution to detach target device s…
Browse files Browse the repository at this point in the history
…afely

Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Oct 26, 2017
1 parent bc5dd5d commit 7640f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/woeusb
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ trap_exit(){
util_is_parameter_set_and_not_empty\
target_device; then
if is_target_busy "${target_device}"; then
echo_with_color yellow "Target device is busy, please make sure you unmount all filesystems on target device before detaching it."
echo_with_color yellow "Target device is busy, please make sure you unmount all filesystems on target device or shutdown the computer before detaching it."
else
echo_with_color green "You may now safely detach the target device"
fi
Expand Down

0 comments on commit 7640f50

Please sign in to comment.