more setup server code
authorpaulr <me@pjr.cc>
Wed, 1 Dec 2010 17:23:29 +0000 (04:23 +1100)
committerpaulr <me@pjr.cc>
Wed, 1 Dec 2010 17:23:29 +0000 (04:23 +1100)
contrib/setupserver.sh

index c72ab4f..c585981 100755 (executable)
@@ -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