diff options
| author | danielr <danielr@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-08-10 13:03:36 +0000 |
|---|---|---|
| committer | danielr <danielr@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-08-10 13:03:36 +0000 |
| commit | 59c4e35aaf0f2bde2022293cbcbda4c83f97b40d (patch) | |
| tree | 6bf957c17b830ffe41dac1fa787bc4eb595b72b2 /startYACY.sh | |
| parent | f825e88a09d3035157fb3347b6dc35e5d687e6f9 (diff) | |
corrected LargePages-detection
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5049 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'startYACY.sh')
| -rwxr-xr-x | startYACY.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/startYACY.sh b/startYACY.sh index 85387b33e..565570a9c 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -91,10 +91,10 @@ then if [ -n "$HUGEPAGESTOTAL" ] && [ $HUGEPAGESTOTAL -ne 0 ] then ENABLEHUGEPAGES=1 - elif [ $OS = "SunOS" ] - then - ENABLEHUGEPAGES=1 fi +elif [ $OS = "SunOS" ] +then + ENABLEHUGEPAGES=1 fi |
