From 7640f500e03260f6665684335e6891bb44623191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81?= Date: Fri, 27 Oct 2017 00:34:19 +0800 Subject: [PATCH] src/woeusb: trap_exit: Add another solution to detach target device safely MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ๆž—ๅšไป --- src/woeusb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/woeusb b/src/woeusb index b72f320..6143933 100755 --- a/src/woeusb +++ b/src/woeusb @@ -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