From 27ab8b8e5c9d6cec8cb4ea3f7159837753cc207c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 21 Dec 2015 11:09:50 +0100 Subject: use 'date -u' always --- bin/live-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/live-build.sh') diff --git a/bin/live-build.sh b/bin/live-build.sh index 116f17aa..7e2370ad 100755 --- a/bin/live-build.sh +++ b/bin/live-build.sh @@ -39,7 +39,7 @@ sudo lb build mkdir -p /srv/live-build/results sudo cp -v live-image-amd64.hybrid.iso /srv/live-build/results/$1_$2_$3_live_amd64.iso echo -echo "$(date) - live image created:" +echo "$(date -u) - live image created:" ls -lh /srv/live-build/results/$1_$2_$3_live_amd64.iso echo -- cgit v1.2.3-54-g00ecf