mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Remove redundant call of populate_steamuser_srm which is already called within get_steam_user
This commit is contained in:
parent
a121cffecb
commit
04be8628df
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue