From 2409c315c5a393307038d0d61456fd61222175c5 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 23 Aug 2019 10:52:13 -0400 Subject: wait a second before deleting the temp file in mutt_bgrun --- bin/mutt_bgrun | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/mutt_bgrun b/bin/mutt_bgrun index 7f03b67..e3dc509 100755 --- a/bin/mutt_bgrun +++ b/bin/mutt_bgrun @@ -109,6 +109,7 @@ cp "$file" "$tmpfile" ( "$viewer" $options "$tmpfile" + sleep 1 rm -f "$tmpfile" rmdir "$tmpdir" ) & -- cgit v1.2.3