aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-06-16 22:30:33 -0400
committerRyan Kavanagh <rak@rak.ac>2021-06-16 22:30:33 -0400
commit076008f05e76684cc18f2337448b2991e4575db9 (patch)
tree4c8fa2a032da9318e81e607371c6c0b74b9da97e /bin
parentupdate kinits & wttr (diff)
*gasp* fix race with sleep
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mutt_bgrun2
1 files changed, 1 insertions, 1 deletions
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"
) &