Skip to content

Commit 76392b5

Browse files
authored
revert: find -L causing infinate loop
#4015
1 parent a6ae012 commit 76392b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/functions/core_steamcmd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ fn_update_steamcmd_remotebuild() {
174174
fi
175175

176176
# 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
177+
if [ "$(find "${HOME}" -type f -name "appinfo.vdf" | wc -l)" -ne "0" ]; then
178178
find "${HOME}" -type f -name "appinfo.vdf" -exec rm -f {} \;
179179
fi
180180

0 commit comments

Comments
 (0)