Przeglądaj źródła

Merge branch 'master' into develop

Daniel Gibbs 6 lat temu
rodzic
commit
1524ed0909
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      lgsm/functions/update_steamcmd.sh

+ 2 - 2
lgsm/functions/update_steamcmd.sh

@@ -48,8 +48,8 @@ fn_update_steamcmd_localbuild(){
 	localbuild=$(grep buildid "${appmanifestfile}" | tr '[:blank:]"' ' ' | tr -s ' ' | cut -d\  -f3)
 	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.
 	# 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
 	fi
 
 
 	# Set branch for updateinfo.
 	# Set branch for updateinfo.