Browse Source

removed appid

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
a7c7b353db
  1. 5
      tests/tests_ts3server.sh

5
tests/tests_ts3server.sh

@ -11,7 +11,6 @@ if [ -f ".dev-debug" ]; then
set -x
fi
#### Variables ####
# Notification Alerts
@ -42,9 +41,6 @@ githubuser="dgibbs64"
githubrepo="linuxgsm"
githubbranch="$TRAVIS_BRANCH"
# Steam
appid="261140"
# Server Details
gamename="Teamspeak 3"
servername="Teamspeak 3 Server"
@ -77,7 +73,6 @@ emaillog="${scriptlogdir}/${servicename}-email.log"
scriptlogdate="${scriptlogdir}/${servicename}-script-$(date '+%d-%m-%Y-%H-%M-%S').log"
##### Script #####
# Do not edit

Loading…
Cancel
Save