Build script now defaults to main website
authorNigel Metheringham <nigel.metheringham@dev.intechnology.co.uk>
Fri, 24 Sep 2010 15:52:09 +0000 (16:52 +0100)
committerNigel Metheringham <nigel.metheringham@dev.intechnology.co.uk>
Fri, 24 Sep 2010 15:52:09 +0000 (16:52 +0100)
script/build.sh

index 1a9403ac2d23ea2921d31f2eec3a70f7915c7ac1..408b0d499054f67be0aef39b6452746058163a92 100755 (executable)
@@ -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