Skip to content

Commit ec21122

Browse files
committed
[update] : Show message on background
1 parent a98beeb commit ec21122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/umount.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ msg_common(){
4242
[[ "${1}" = "-n" ]] && _msg_opts+=("-o" "-n") && shift 1
4343
[[ "${nocolor}" = true ]] && _msg_opts+=("-n")
4444
_msg_opts+=("${_type}" "${@}")
45-
"${tools_dir}/msg.sh" "${_msg_opts[@]}"
45+
"${tools_dir}/msg.sh" "${_msg_opts[@]}" &
4646
}
4747

4848
# Show an INFO message

0 commit comments

Comments
 (0)