File tree Expand file tree Collapse file tree
config-default/config-lgsm/etlserver Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ consoleinteract="yes"
141141# Do not edit
142142gamename =" ET: Legacy"
143143engine =" idtech3"
144- glibc =" 2.7 "
144+ glibc =" 2.17 "
145145
146146# ### Directories ####
147147# Edit with care
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ fn_update_localbuild() {
1919 # Gets local build info.
2020 fn_print_dots " Checking local build: ${remotelocation} "
2121 # Try to get build version from etconsole.log.
22- if [ -f " ${serverfiles} /legacy /etconsole.log" ]; then
23- localbuild=$( grep " Initializing legacy game" " ${serverfiles} /legacy /etconsole.log" | sed -n ' s/.*\^2\(v[0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' | tail -1)
22+ if [ -f " ${gamelogdir} /etconsole.log" ]; then
23+ localbuild=$( grep " Initializing legacy game" " ${gamelogdir} /etconsole.log" | sed -n ' s/.*\^2\(v[0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' | tail -1)
2424 fi
2525 # Fall back to build.txt if log parse failed or log does not exist.
2626 if [ -z " ${localbuild} " ]; then
You can’t perform that action at this time.
0 commit comments