Daniel Gibbs
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lgsm/functions/core_steamcmd.sh
|
|
@ -174,7 +174,7 @@ fn_update_steamcmd_remotebuild() { |
|
|
|
fi |
|
|
|
|
|
|
|
# Removes appinfo.vdf as a fix for not always getting up to date version info from SteamCMD. |
|
|
|
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 |
|
|
|
find "${HOME}" -type f -name "appinfo.vdf" -exec rm -f {} \; |
|
|
|
fi |
|
|
|
|
|
|
|