X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=contrib%2Fsetupserver.sh;h=c5859818724227d4e106ce38b2481c57973396c3;hp=c72ab4f9da0acfb3083a7f6d776828db5380ec37;hb=0955d5cf1af0e079dcbe4306fff41d6b5afc997e;hpb=80dcb6bc02233994bea32218183364efd14cc469 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