From 73a8ff1c123e2845f2e5d6ec19cbf820cb8ea7e8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 17 Feb 2019 16:13:25 -0300 Subject: beta patch --- .gitignore | 3 +++ localserver/build.sh | 13 +++++++++++++ 2 files changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 3bed0ba..2e5043c 100644 --- a/.gitignore +++ b/.gitignore @@ -79,3 +79,6 @@ hercules/old* # Jesusalva's personal stuff misc/* + +# Beta Server +localserver/beta.patch diff --git a/localserver/build.sh b/localserver/build.sh index e299d4c..e856b1d 100755 --- a/localserver/build.sh +++ b/localserver/build.sh @@ -1,6 +1,19 @@ #!/usr/bin/env bash export DIR=`pwd` + +# Apply beta.patch if it exists +# It will only exist on BETA SERVERS, though +if [ -e "./beta.patch" ] + then + echo "Apply beta.patch ........" + cd ../../server-data + git apply ../tools/localserver/beta.patch + cd $DIR + ls + echo "........ Done." +fi + ./checktime.sh source ./clean.sh ./build.sh old -- cgit v1.2.3-70-g09d2