diff options
author | EuAndreh <eu@euandre.org> | 2023-05-13 15:24:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-05-13 15:24:04 -0300 |
commit | 1617165a2cd52fe458aab518817ad19e763f825e (patch) | |
tree | b8cc663c6f8ba7a779684e9c72a54737bab30842 /etc/sh/cronjob.sh | |
parent | Makefile: Add targets for ~/mnt/ FUSE filesystems (diff) | |
download | dotfiles-1617165a2cd52fe458aab518817ad19e763f825e.tar.gz dotfiles-1617165a2cd52fe458aab518817ad19e763f825e.tar.xz |
etc/sh/cronjob.sh: Increase timeout to 4 hours
Diffstat (limited to 'etc/sh/cronjob.sh')
-rwxr-xr-x | etc/sh/cronjob.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/cronjob.sh b/etc/sh/cronjob.sh index 226313c..8c97ab9 100755 --- a/etc/sh/cronjob.sh +++ b/etc/sh/cronjob.sh @@ -101,7 +101,7 @@ duration() { CMD="$*" HOSTNAME="$(hostname)" -TIMEOUT='10800' # three hours +TIMEOUT='14400' # four hours STATUS_F="$(mkstemp)" OUT="$(mkstemp)" |