From 0955d5cf1af0e079dcbe4306fff41d6b5afc997e Mon Sep 17 00:00:00 2001 From: paulr Date: Thu, 2 Dec 2010 04:23:29 +1100 Subject: [PATCH] more setup server code --- contrib/setupserver.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.0.4