File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
9
9
functionselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
10
10
11
- modulesversion=" v21.5.0 "
11
+ modulesversion=" v21.5.1 "
12
12
13
13
# Core
14
14
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
20
20
set -x
21
21
fi
22
22
23
- version=" v21.5.0 "
23
+ version=" v21.5.1 "
24
24
shortname=" core"
25
25
gameservername=" core"
26
26
commandname=" CORE"
@@ -47,9 +47,9 @@ userinput2="${2}"
47
47
# # GitHub Branch Select
48
48
# Allows for the use of different function files
49
49
# 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"
53
53
54
54
# Core function that is required first.
55
55
core_functions.sh (){
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
20
20
set -x
21
21
fi
22
22
23
- version=" v21.5.0 "
23
+ version=" v21.5.1 "
24
24
shortname=" fctr"
25
25
gameservername=" fctrserver"
26
26
commandname=" CORE"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
20
20
set -x
21
21
fi
22
22
23
- version=" v21.5.0 "
23
+ version=" v21.5.1 "
24
24
shortname=" jc2"
25
25
gameservername=" jc2server"
26
26
commandname=" CORE"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
20
20
set -x
21
21
fi
22
22
23
- version=" v21.5.0 "
23
+ version=" v21.5.1 "
24
24
shortname=" mc"
25
25
gameservername=" mcserver"
26
26
commandname=" CORE"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
20
20
set -x
21
21
fi
22
22
23
- version=" v21.5.0 "
23
+ version=" v21.5.1 "
24
24
shortname=" ts3"
25
25
gameservername=" ts3server"
26
26
commandname=" CORE"
You can’t perform that action at this time.
0 commit comments