From 076008f05e76684cc18f2337448b2991e4575db9 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 16 Jun 2021 22:30:33 -0400 Subject: *gasp* fix race with sleep --- bin/mutt_bgrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/mutt_bgrun b/bin/mutt_bgrun index e3dc509..f833bab 100755 --- a/bin/mutt_bgrun +++ b/bin/mutt_bgrun @@ -109,7 +109,7 @@ cp "$file" "$tmpfile" ( "$viewer" $options "$tmpfile" - sleep 1 + sleep 2 rm -f "$tmpfile" rmdir "$tmpdir" ) & -- cgit v1.2.3