diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-14 01:47:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-14 01:47:15 -0300 |
commit | 554bd803c95778e7b1aed415cc0ffa83ec85c46a (patch) | |
tree | c22b8e226c49d7317c36f8777c9fc33f1d01d477 | |
parent | b563e1a8bf26856af4870640457067eda7d229d7 (diff) | |
download | tools-554bd803c95778e7b1aed415cc0ffa83ec85c46a.tar.gz tools-554bd803c95778e7b1aed415cc0ffa83ec85c46a.tar.bz2 tools-554bd803c95778e7b1aed415cc0ffa83ec85c46a.tar.xz tools-554bd803c95778e7b1aed415cc0ffa83ec85c46a.zip |
No longer needed
-rwxr-xr-x | localserver/updater.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/localserver/updater.sh b/localserver/updater.sh index 7aa1f2f..a36d047 100755 --- a/localserver/updater.sh +++ b/localserver/updater.sh @@ -22,11 +22,11 @@ if [ -e "./beta.patch2" ] cd ../../server-code git checkout -- src echo "Rolling server back to correct version" - git diff master ce2dbb6acdc559ec256d1f9f9a779b8283064708 > x.diff - ls - head -n 25 x.diff - tail -n 40 x.diff - git apply --reject --whitespace=nowarn x.diff + #git diff master ce2dbb6acdc559ec256d1f9f9a779b8283064708 > x.diff + #ls + #head -n 25 x.diff + #tail -n 40 x.diff + #git apply --reject --whitespace=nowarn x.diff git status ls --recursive|grep ".rej" cd ../tools/localserver |