From 82d75e046ba838889651bd10dc7435f6c5346daa Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 14 Jan 2009 10:01:27 +0000 Subject: [PATCH] Add marker when a run starts. --- wwwtools/update-nls-www | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index ed09ed3..abdd402 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -1,8 +1,12 @@ #! /usr/local/bin/bash -set -ex shopt -s nullglob -date +echo "=================" +echo "NLS update starts" +echo "=================" +date -u + +set -ex MYDIR=$(cd $(dirname $0) && pwd) WEBDIR=$MYDIR/../../htdocs -- 2.39.5