diff --git a/src/beesh.sh.in b/src/beesh.sh.in index fcc8876..d33ee67 100644 --- a/src/beesh.sh.in +++ b/src/beesh.sh.in @@ -283,6 +283,8 @@ function fetch_one_file() { ${nocheck} \ --output-document="${F}/${file}" \ --no-clobber \ + --timeout=60 \ + --tries=1 \ "${url}" || true trap - EXIT