summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstartYACY.sh6
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