diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-01-28 10:54:13 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-01-28 10:54:13 +0000 |
| commit | 88773e4daa06bebe51d3204a8ea4c47706c31afa (patch) | |
| tree | b4b195161742df29ff6b7f2e4ad09b8ef2b78c7e /startYACY.sh | |
| parent | 6c35b68f173eb33a158fa76288e24ab523879ae0 (diff) | |
changed the default port from 8080 to 8090
see also: http://forum.yacy-websuche.de/viewtopic.php?p=21683#p21683
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7454 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'startYACY.sh')
| -rwxr-xr-x | startYACY.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/startYACY.sh b/startYACY.sh index 9591387cb..837066fc8 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -166,7 +166,7 @@ then # done else JAVA_ARGS="-Xmx600m -Xms180m $JAVA_ARGS"; - PORT="8080" + PORT="8090" fi #echo "JAVA_ARGS: $JAVA_ARGS" |
