We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98beeb commit ec21122Copy full SHA for ec21122
1 file changed
tools/umount.sh
@@ -42,7 +42,7 @@ msg_common(){
42
[[ "${1}" = "-n" ]] && _msg_opts+=("-o" "-n") && shift 1
43
[[ "${nocolor}" = true ]] && _msg_opts+=("-n")
44
_msg_opts+=("${_type}" "${@}")
45
- "${tools_dir}/msg.sh" "${_msg_opts[@]}"
+ "${tools_dir}/msg.sh" "${_msg_opts[@]}" &
46
}
47
48
# Show an INFO message
0 commit comments