From: Heiko Schlittermann (HS12-RIPE) Date: Mon, 9 Dec 2019 07:40:15 +0000 (+0100) Subject: Redirect output to /tmp/website-$(date +%s).log X-Git-Url: https://git.exim.org/exim-website.git/commitdiff_plain/5c56d6ae2d878c40b454f6ba47a593063baa28aa Redirect output to /tmp/website-$(date +%s).log --- diff --git a/script/build b/script/build index 56b8f1f..b3dcb6f 100755 --- a/script/build +++ b/script/build @@ -1,4 +1,6 @@ -#!/bin/sh +#!/bin/bash + +exec &>/tmp/website-$(date +%s).log TARGET=${1:-/srv/www/vhosts/www.exim.org} LATEST=`(cd docbook; ls -1dv [0-9].[0-9]* | tail -1)`