Browse Source

Merge branch 'release/170619' into develop

pull/1487/head
Daniel Gibbs 8 years ago
parent
commit
19d27ed2b8
  1. 4
      linuxgsm.sh

4
linuxgsm.sh

@ -16,7 +16,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi
version="170305"
version="170619"
shortname="core"
gameservername="core"
rootdir="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))"
@ -39,7 +39,7 @@ configdirdefault="${lgsmdir}/config-default"
# from a different repo and/or branch.
githubuser="GameServerManagers"
githubrepo="LinuxGSM"
githubbranch="develop"
githubbranch="master"
# Core Function that is required first
core_functions.sh(){

Loading…
Cancel
Save