Skip to content

Commit 57243aa

Browse files
authored
remove appinfo.vdf correctly (#2841)
1 parent b501cec commit 57243aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lgsm/config-default/config-lgsm/acserver/_default.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ querytype=""
137137
# Do not edit
138138
gamename="Assetto Corsa"
139139
engine="unity3d"
140-
glibc=""
140+
glibc="2.15"
141141

142142
#### Directories ####
143143
# Edit with care

lgsm/functions/update_steamcmd.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)