Skip to content

Commit

Permalink
Merge pull request #124 from TS3Tools/Replace-old-ts3-tools-domains
Browse files Browse the repository at this point in the history
Replace deprecated `ts3-tools.info` domain
  • Loading branch information
Sebbo94BY authored May 6, 2023
2 parents 03b9f17 + 10b920b commit 0b8170a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you don't want to update your TeamSpeak 3 server manually, you can use this s

## Developers

* Sebastian Kraetzig [info@ts3-tools.info]
* Sebastian Kraetzig ([@Sebi94nbg](https://github.com/Sebi94nbg))

## Contributors

Expand Down
5 changes: 0 additions & 5 deletions TS3UpdateScript
Original file line number Diff line number Diff line change
Expand Up @@ -2052,11 +2052,6 @@ function main() {

# Able to reach all needed remote server?
if [[ "$PAR_DEACTIVATE_HOST_ALIVE_CHECK" -eq 0 ]]; then
if ! testInternetConnectivity "www.ts3-tools.info"; then
echo "www.ts3-tools.info ${TXT_SELF_TEST_CONNECTIVITY}" >> SELF_TEST_STATUS.txt;
SELF_TEST_STATUS=1;
fi

if ! testInternetConnectivity "files.teamspeak-services.com"; then
echo "files.teamspeak-services.com ${TXT_SELF_TEST_CONNECTIVITY}" >> SELF_TEST_STATUS.txt;
SELF_TEST_STATUS=1;
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Hotfix | Important fix for one more issues, which causes a not (correct) working

## Releases

### Version 6.0.5 (2023-05-06)

* Remove connectivity check for the `ts3-tools.info` domain
* Replace `ts3-tools.info` domain in documentations with respective alternatives, if necessary

### Version 6.0.4 (2023-01-22)

* Fix `grep: docs/CHANGELOG.md: No such file or directory`
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALL_USAGE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ or

## Debugging

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 info@ts3-tools.info.
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.

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

Expand Down

0 comments on commit 0b8170a

Please sign in to comment.