File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,10 @@ See the following links:<br>
103
103
104
104
<h2 >Update History</h2 >
105
105
<ul >
106
+ <li >January 14th 2023</li >
107
+ <ul >
108
+ <li>Change connectivity check from google.com to minecraft.net to prevent blocking in some countries</li>
109
+ </ul >
106
110
<li >September 4th 2022</li >
107
111
<ul >
108
112
<li>Remove unnecessary code from fixpermissions.sh</li>
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Rotate=$(
89
89
echo " Checking for the latest version of Minecraft Bedrock server ..."
90
90
91
91
# Test internet connectivity first
92
- curl -H " Accept-Encoding: identity" -H " Accept-Language: en" -L -A " Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.$RandNum .212 Safari/537.36" -s google.com -o /dev/null
92
+ curl -H " Accept-Encoding: identity" -H " Accept-Language: en" -L -A " Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.$RandNum .212 Safari/537.36" -s https://www.minecraft.net/ -o /dev/null
93
93
if [ " $? " != 0 ]; then
94
94
echo " Unable to connect to update website (internet connection may be down). Skipping update ..."
95
95
else
You can’t perform that action at this time.
0 commit comments