Browse Source

Merge branch 'master' into develop

pull/2843/head
Daniel Gibbs 5 years ago
parent
commit
1524ed0909
  1. 4
      lgsm/functions/update_steamcmd.sh

4
lgsm/functions/update_steamcmd.sh

@ -48,8 +48,8 @@ fn_update_steamcmd_localbuild(){
localbuild=$(grep buildid "${appmanifestfile}" | tr '[:blank:]"' ' ' | tr -s ' ' | cut -d\ -f3)
# Removes appinfo.vdf as a fix for not always getting up to date version info from SteamCMD.
if [ -f "${HOME}/Steam/appcache/appinfo.vdf" ]; then
rm -f "${HOME}/Steam/appcache/appinfo.vdf"
if [ -f "${HOME}/.steam/appcache/appinfo.vdf" ]; then
rm -f "${HOME}/.steam/appcache/appinfo.vdf"
fi
# Set branch for updateinfo.

Loading…
Cancel
Save