summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocalserver/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/localserver/build.sh b/localserver/build.sh
index ad02926..44970f4 100755
--- a/localserver/build.sh
+++ b/localserver/build.sh
@@ -17,7 +17,7 @@ fi
# Apply beta.patch2 if it exists to server-code
# It will only exist on BETA SERVERS, though
-if [ -e "./beta.patch" ]
+if [ -e "./beta.patch2" ]
then
echo "Apply beta.patch2 ........"
cd ../../server-code