userscripts/open_download: Wait for xdg-open exit code
This commit is contained in:
parent
d7a4c3a24d
commit
2d44db28e2
|
|
@ -121,4 +121,4 @@ else
|
||||||
msg info "Opening »$file« (of type $filetype) with ${application%.desktop}"
|
msg info "Opening »$file« (of type $filetype) with ${application%.desktop}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
xdg-open "$path" &
|
xdg-open "$path"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue