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