Skip to content

Commit 0b8170a

Browse files
authored
Merge pull request #124 from TS3Tools/Replace-old-ts3-tools-domains
Replace deprecated `ts3-tools.info` domain
2 parents 03b9f17 + 10b920b commit 0b8170a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you don't want to update your TeamSpeak 3 server manually, you can use this s
2020

2121
## Developers
2222

23-
* Sebastian Kraetzig [[email protected]]
23+
* Sebastian Kraetzig ([@Sebi94nbg](https://github.com/Sebi94nbg))
2424

2525
## Contributors
2626

TS3UpdateScript

-5
Original file line numberDiff line numberDiff line change
@@ -2052,11 +2052,6 @@ function main() {
20522052

20532053
# Able to reach all needed remote server?
20542054
if [[ "$PAR_DEACTIVATE_HOST_ALIVE_CHECK" -eq 0 ]]; then
2055-
if ! testInternetConnectivity "www.ts3-tools.info"; then
2056-
echo "www.ts3-tools.info ${TXT_SELF_TEST_CONNECTIVITY}" >> SELF_TEST_STATUS.txt;
2057-
SELF_TEST_STATUS=1;
2058-
fi
2059-
20602055
if ! testInternetConnectivity "files.teamspeak-services.com"; then
20612056
echo "files.teamspeak-services.com ${TXT_SELF_TEST_CONNECTIVITY}" >> SELF_TEST_STATUS.txt;
20622057
SELF_TEST_STATUS=1;

docs/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Hotfix | Important fix for one more issues, which causes a not (correct) working
2323

2424
## Releases
2525

26+
### Version 6.0.5 (2023-05-06)
27+
28+
* Remove connectivity check for the `ts3-tools.info` domain
29+
* Replace `ts3-tools.info` domain in documentations with respective alternatives, if necessary
30+
2631
### Version 6.0.4 (2023-01-22)
2732

2833
* Fix `grep: docs/CHANGELOG.md: No such file or directory`

docs/INSTALL_USAGE_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ or
231231

232232
## Debugging
233233

234-
You will not need to debug and fix the issue by yourself. Just enable debugging of the script and send me the debug file via eMail to [email protected].
234+
You will not need to debug and fix the issue by yourself. Just enable debugging of the script and upload the debug file here on GitHub as a new issue.
235235

236236
1. Execute the script with those parameters you want plus '--debug' and provide any non-existing filename
237237

0 commit comments

Comments
 (0)