mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-08 12:07:37 +08:00
fix(pw): correct executable location
This commit is contained in:
parent
4e214af3e4
commit
cb2ced76d3
@ -156,8 +156,8 @@ glibc="2.17"
|
||||
|
||||
## Game Server Directories
|
||||
systemdir="${serverfiles}/Pal"
|
||||
executabledir="${systemdir}/Engine/Binaries/Linux"
|
||||
executable="./PalServer-Linux"
|
||||
executabledir="${systemdir}/Binaries/Linux/"
|
||||
executable="./PalServer-Linux-Test"
|
||||
servercfgdir="${serverfiles}/Pal/Saved/Config/LinuxServer"
|
||||
servercfg="PalWorldSettings.ini"
|
||||
servercfgdefault="PalWorldSettings.ini"
|
||||
|
Loading…
Reference in New Issue
Block a user