We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ae012 commit 76392b5Copy full SHA for 76392b5
lgsm/functions/core_steamcmd.sh
@@ -174,7 +174,7 @@ fn_update_steamcmd_remotebuild() {
174
fi
175
176
# Removes appinfo.vdf as a fix for not always getting up to date version info from SteamCMD.
177
- if [ "$(find -L "${HOME}" -type f -name "appinfo.vdf" | wc -l)" -ne "0" ]; then
+ if [ "$(find "${HOME}" -type f -name "appinfo.vdf" | wc -l)" -ne "0" ]; then
178
find "${HOME}" -type f -name "appinfo.vdf" -exec rm -f {} \;
179
180
0 commit comments