Browse Source
removed temporary fix with sf 1 release
pull/4643/head
Daniel Gibbs
11 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
0 additions and
7 deletions
-
lgsm/modules/check_executable.sh
|
|
@ -7,13 +7,6 @@ |
|
|
|
|
|
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
# #4241 temporary fix for Satisfactory for upgrade betweern Update 7 & Update 8 - remove this once update 8 is released |
|
|
|
if [ "${shortname}" == "sf" ]; then |
|
|
|
if [ ! -f "${serverfiles}/Engine/Binaries/Linux/UE4Server-Linux-Shipping" ]; then |
|
|
|
ln -s "${serverfiles}/Engine/Binaries/Linux/UnrealServer-Linux-Shipping" "${serverfiles}/Engine/Binaries/Linux/UE4Server-Linux-Shipping" |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
# Check if executable exists |
|
|
|
execname=$(basename "${executable}") |
|
|
|
if [ ! -f "${executabledir}/${execname}" ]; then |
|
|
|