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