From 5c56d6ae2d878c40b454f6ba47a593063baa28aa Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Mon, 9 Dec 2019 08:40:15 +0100 Subject: [PATCH] Redirect output to /tmp/website-$(date +%s).log --- script/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)` -- 2.30.2