File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
config-default/config-lgsm/acserver Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ querytype=""
137137# Do not edit
138138gamename =" Assetto Corsa"
139139engine =" unity3d"
140- glibc =" "
140+ glibc =" 2.15 "
141141
142142# ### Directories ####
143143# Edit with care
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ fn_update_steamcmd_localbuild(){
4848 localbuild=$( grep buildid " ${appmanifestfile} " | tr ' [:blank:]"' ' ' | tr -s ' ' | cut -d\ -f3)
4949
5050 # Removes appinfo.vdf as a fix for not always getting up to date version info from SteamCMD.
51- if [ -f " ${HOME} /Steam /appcache/appinfo.vdf" ]; then
52- rm -f " ${HOME} /Steam /appcache/appinfo.vdf"
51+ if [ -f " ${HOME} /.steam /appcache/appinfo.vdf" ]; then
52+ rm -f " ${HOME} /.steam /appcache/appinfo.vdf"
5353 fi
5454
5555 # Set branch for updateinfo.
You can’t perform that action at this time.
0 commit comments