Skip to content

Commit

Permalink
Read docs/CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebbo94BY committed Oct 25, 2015
1 parent aed5a7d commit 8fa3878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ The files/ directory will not be touched by the script - also not backuped!

Protocol | Host/IP | Used for | How often?
:------------- | :------------- | :------------- | :-------------
https | www.ts3-tools.info | Licensing server | Every 7 days or always, if you license is incorrect
https | www.ts3-tools.info | Licensing server | Every 7 days or always, if your license is incorrect
http | dl.4players.de | Download server for TeamSpeak 3 server files | Each execution of the TS3UpdateScript
https | raw.githubusercontent.com | Server for checking latest TS3UpdateScript version | Each execution of the TS3UpdateScript
https | github.com | Download server for TS3UpdateScript files | Just if you update the TS3UpdateScript
Expand Down
2 changes: 1 addition & 1 deletion TS3UpdateScript
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ function getTS3ServerInstanceLogPath() {
# Return: ServerQueryIP:string
function getServerQueryIP() {
if INIFileExists ${1}; then
SERVER_QUERY_IP="$(grep -E 'query_ip=' < ${1}/ts3server.ini | cut -d '=' -f 2)"
SERVER_QUERY_IP="$(grep -E '^query_ip=' < ${1}/ts3server.ini | cut -d '=' -f 2)"

if [[ -n "$SERVER_QUERY_IP" ]]; then
echo -n "$SERVER_QUERY_IP";
Expand Down

0 comments on commit 8fa3878

Please sign in to comment.