mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-09 04:27:35 +08:00
corrected branch
This commit is contained in:
parent
b0b9bd2342
commit
56d126e70f
@ -32,14 +32,14 @@ libdir="${lgsmdir}/lib"
|
||||
tmpdir="${lgsmdir}/tmp"
|
||||
configdir="${lgsmdir}/config-lgsm"
|
||||
configdirserver="${configdir}/${gameservername}"
|
||||
configdirdefault="${lgsmdir}/develop"
|
||||
configdirdefault="${lgsmdir}/config-default"
|
||||
|
||||
## GitHub Branch Select
|
||||
# Allows for the use of different function files
|
||||
# from a different repo and/or branch.
|
||||
githubuser="GameServerManagers"
|
||||
githubrepo="LinuxGSM"
|
||||
githubbranch="feature/config"
|
||||
githubbranch="develop"
|
||||
|
||||
# Core Function that is required first
|
||||
core_functions.sh(){
|
||||
|
Loading…
Reference in New Issue
Block a user