diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-06-16 22:30:33 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-06-16 22:30:33 -0400 |
commit | 076008f05e76684cc18f2337448b2991e4575db9 (patch) | |
tree | 4c8fa2a032da9318e81e607371c6c0b74b9da97e /bin | |
parent | update kinits & wttr (diff) |
*gasp* fix race with sleep
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mutt_bgrun | 2 |
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" ) & |