Remove redundant call of populate_steamuser_srm which is already called within get_steam_user

This commit is contained in:
icenine451 2025-03-25 11:00:35 -04:00
parent a121cffecb
commit 04be8628df

View file

@ -138,8 +138,6 @@ prepare_component() {
jq '.environmentVariables.romsDirectory = "'$rdhome'/.sync"' "$srm_userdata/userSettings.json" > "$srm_userdata/tmp.json" && mv -f "$srm_userdata/tmp.json" "$srm_userdata/userSettings.json"
get_steam_user
populate_steamuser_srm
fi
if [[ "$component" =~ ^(retroarch|all)$ ]]; then