From: Heiko Schlittermann (HS12-RIPE) Date: Mon, 20 Mar 2023 22:40:27 +0000 (+0100) Subject: chg: do not log to logfile X-Git-Url: https://git.exim.org/exim-website.git/commitdiff_plain/79e44f3d2205c0e9e2b52fb9a2bfc9853e2f2e33 chg: do not log to logfile --- diff --git a/script/build b/script/build index c551195..b897979 100755 --- a/script/build +++ b/script/build @@ -6,8 +6,6 @@ set -eu shopt -s extglob -[[ -t 0 ]] || exec &>/tmp/website-$(date +%s).log - tmp=$(mktemp -d) trap "rm -rf '$tmp'" EXIT INT