We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798bfa2 commit 6963c0aCopy full SHA for 6963c0a
TS3UpdateScript
@@ -2052,11 +2052,6 @@ function main() {
2052
2053
# Able to reach all needed remote server?
2054
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
-
2060
if ! testInternetConnectivity "files.teamspeak-services.com"; then
2061
echo "files.teamspeak-services.com ${TXT_SELF_TEST_CONNECTIVITY}" >> SELF_TEST_STATUS.txt;
2062
SELF_TEST_STATUS=1;
0 commit comments