Skip to content

Commit 6963c0a

Browse files
author
Sebi94nbg
committed
Remove ts3-tools.info domain rechability check
1 parent 798bfa2 commit 6963c0a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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;

0 commit comments

Comments
 (0)