From dc2206a47450daf2a93951fd2f241690e662af12 Mon Sep 17 00:00:00 2001 From: Nigel Metheringham Date: Fri, 24 Sep 2010 16:52:09 +0100 Subject: [PATCH] Build script now defaults to main website --- script/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build.sh b/script/build.sh index 1a9403a..408b0d4 100755 --- a/script/build.sh +++ b/script/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -TARGET=${1-/srv/www/vhosts/dev.exim.org} +TARGET=${1-/srv/www/vhosts/www.exim.org} LATEST=`(cd docbook; ls -1d [0-9].[0-9]* | tail -1)` set -x -- 2.30.2