# HG changeset patch # User rob # Date 1345108949 -3600 # Node ID 710ce76d98fdfa8e869ec39f048040b8bcbbf09c # Parent e4d2a8eb145061f789e6eab20f6ef9390ce17a03 if then else based on 1st argument of nodescore script to distinguish local and serverside run diff -r e4d2a8eb1450 -r 710ce76d98fd nodescore --- a/nodescore Thu Aug 16 07:17:03 2012 +0000 +++ b/nodescore Thu Aug 16 10:22:29 2012 +0100 @@ -9,7 +9,13 @@ # nodescore@kiben.net # nodescore.kiben.net +if [ "$1" = "home" ] +then +SERVER='192.168.1.77:8889' +else SERVER='http://nodescore.kiben.net:8889' +fi + BASEDIR='www/m' PROJECT='seta' THUMBPATH=$BASEDIR/thumbs diff -r e4d2a8eb1450 -r 710ce76d98fd www/m/thumbs/1.png Binary file www/m/thumbs/1.png has changed diff -r e4d2a8eb1450 -r 710ce76d98fd www/m/thumbs/2.png Binary file www/m/thumbs/2.png has changed diff -r e4d2a8eb1450 -r 710ce76d98fd www/m/thumbs/3.png Binary file www/m/thumbs/3.png has changed diff -r e4d2a8eb1450 -r 710ce76d98fd www/m/thumbs/4.png Binary file www/m/thumbs/4.png has changed diff -r e4d2a8eb1450 -r 710ce76d98fd www/m/thumbs/5.png Binary file www/m/thumbs/5.png has changed diff -r e4d2a8eb1450 -r 710ce76d98fd www/m/thumbs/6.png Binary file www/m/thumbs/6.png has changed