Browse Source
change to binary file from .sh
prevents issues with ss command
pull/4449/head
Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
3 additions and
6 deletions
-
lgsm/config-default/config-lgsm/pwserver/_default.cfg
|
|
@ -11,10 +11,7 @@ |
|
|
|
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters |
|
|
|
servername="LinuxGSM" |
|
|
|
|
|
|
|
# not editable parameters |
|
|
|
unknownport="27015" |
|
|
|
|
|
|
|
# use game server config file to edit, used for port check script (workaround) |
|
|
|
# Use game server config file to edit, used for port check script (workaround) |
|
|
|
port="8211" |
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
@ -159,8 +156,8 @@ glibc="2.17" |
|
|
|
|
|
|
|
## Game Server Directories |
|
|
|
systemdir="${serverfiles}/Pal" |
|
|
|
executabledir="${serverfiles}" |
|
|
|
executable="./PalServer.sh" |
|
|
|
executabledir="${systemdir}/Engine/Binaries/Linux" |
|
|
|
executable="./PalServer-Linux" |
|
|
|
servercfgdir="${serverfiles}/Pal/Saved/Config/LinuxServer" |
|
|
|
servercfg="PalWorldSettings.ini" |
|
|
|
servercfgdefault="PalWorldSettings.ini" |
|
|
|