File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 88
99functionselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
1010
11- modulesversion=" v21.5.0 "
11+ modulesversion=" v21.5.1 "
1212
1313# Core
1414
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
2020 set -x
2121fi
2222
23- version=" v21.5.0 "
23+ version=" v21.5.1 "
2424shortname=" core"
2525gameservername=" core"
2626commandname=" CORE"
@@ -47,9 +47,9 @@ userinput2="${2}"
4747# # GitHub Branch Select
4848# Allows for the use of different function files
4949# from a different repo and/or branch.
50- githubuser=" GameServerManagers"
51- githubrepo=" LinuxGSM"
52- githubbranch=" master"
50+ [ -n " ${LGSM_GITHUBUSER} " ] && githubuser= " ${LGSM_GITHUBUSER} " || githubuser=" GameServerManagers"
51+ [ -n " ${LGSM_GITHUBREPO} " ] && githubrepo= " ${LGSM_GITHUBREPO} " || githubrepo=" LinuxGSM"
52+ [ -n " ${LGSM_GITHUBBRANCH} " ] && githubbranch= " ${LGSM_GITHUBBRANCH} " || githubbranch=" master"
5353
5454# Core function that is required first.
5555core_functions.sh (){
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
2020 set -x
2121fi
2222
23- version=" v21.5.0 "
23+ version=" v21.5.1 "
2424shortname=" fctr"
2525gameservername=" fctrserver"
2626commandname=" CORE"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
2020 set -x
2121fi
2222
23- version=" v21.5.0 "
23+ version=" v21.5.1 "
2424shortname=" jc2"
2525gameservername=" jc2server"
2626commandname=" CORE"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
2020 set -x
2121fi
2222
23- version=" v21.5.0 "
23+ version=" v21.5.1 "
2424shortname=" mc"
2525gameservername=" mcserver"
2626commandname=" CORE"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
2020 set -x
2121fi
2222
23- version=" v21.5.0 "
23+ version=" v21.5.1 "
2424shortname=" ts3"
2525gameservername=" ts3server"
2626commandname=" CORE"
You can’t perform that action at this time.
0 commit comments