From: paulr Date: Wed, 1 Dec 2010 17:23:29 +0000 (+1100) Subject: more setup server code X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=commitdiff_plain;h=0955d5cf1af0e079dcbe4306fff41d6b5afc997e more setup server code --- diff --git a/contrib/setupserver.sh b/contrib/setupserver.sh index c72ab4f..c585981 100755 --- a/contrib/setupserver.sh +++ b/contrib/setupserver.sh @@ -69,14 +69,14 @@ cd $MYTMPDIR svn checkout http://ga4php.googlecode.com/svn/trunk/authserver authserver > /dev/null 2>&1 if [ "$?" != "0" ] then - echo "There was a problem downloading the source code.. bailing" + echo "There was a problem downloading the authserver source code.. bailing" exit 2 fi svn checkout http://ga4php.googlecode.com/svn/trunk/contrib contrib > /dev/null 2>&1 if [ "$?" != "0" ] then - echo "There was a problem downloading the source code.. bailing" + echo "There was a problem downloading the contrib source code.. bailing" exit 2 fi