File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
config-default/config-lgsm/vhserver Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public="1"
18
18
savedir =" $HOME/.config/unity3d/IronGate/Valheim"
19
19
20
20
# # Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
21
- startparameters =" -name \ " ${servername}\ " -password \ " ${serverpassword}\ " -port ${port} -world \ " ${gameworld}\ " -public ${public} -savedir \ " ${savedir}\ " "
21
+ startparameters =" -name ' ${servername}' -password ${serverpassword} -port ${port} -world ${gameworld} -public ${public} -savedir ' ${savedir}' "
22
22
23
23
# ### LinuxGSM Settings ####
24
24
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.2.0 "
11
+ modulesversion=" v21.2.1 "
12
12
13
13
# Core
14
14
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ fn_update_ts3_localbuild(){
103
103
104
104
fn_update_ts3_remotebuild (){
105
105
# Gets remote build info.
106
- if [ " ${ts3arch} " == " x86_64 " ]; then
106
+ if [ " ${ts3arch} " == " amd64 " ]; then
107
107
remotebuild=$( curl -s " https://www.teamspeak.com/versions/server.json" | jq -r ' .linux.x86_64.version' )
108
108
elif [ " ${ts3arch} " == " x86" ]; then
109
109
remotebuild=$( curl -s " https://www.teamspeak.com/versions/server.json" | jq -r ' .linux.x86.version' )
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.2.0 "
23
+ version=" v21.2.1 "
24
24
shortname=" core"
25
25
gameservername=" core"
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.2.0 "
23
+ version=" v21.2.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.2.0 "
23
+ version=" v21.2.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.2.0 "
23
+ version=" v21.2.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.2.0 "
23
+ version=" v21.2.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